old mode 100644new mode 100755.. | .. |
---|
34 | 34 | void rwnx_task(unsigned long data) |
---|
35 | 35 | { |
---|
36 | 36 | struct rwnx_hw *rwnx_hw = (struct rwnx_hw *)data; |
---|
37 | | - REG_SW_SET_PROFILING(rwnx_hw, SW_PROF_RWNX_IPC_IRQ_HDLR); |
---|
38 | 37 | |
---|
39 | 38 | #if 0 |
---|
40 | 39 | struct rwnx_plat *rwnx_plat = rwnx_hw->plat; |
---|
.. | .. |
---|
57 | 56 | //if (statuses & IPC_IRQ_E2A_TXCFM) |
---|
58 | 57 | // rwnx_hw->stats.last_tx = now; |
---|
59 | 58 | |
---|
60 | | - printk("rwnx_task\n"); |
---|
61 | 59 | spin_lock_bh(&rwnx_hw->tx_lock); |
---|
62 | 60 | rwnx_hwq_process_all(rwnx_hw); |
---|
63 | 61 | spin_unlock_bh(&rwnx_hw->tx_lock); |
---|
64 | 62 | #if 0 |
---|
65 | 63 | enable_irq(rwnx_platform_get_irq(rwnx_plat)); |
---|
66 | 64 | #endif |
---|
67 | | - REG_SW_CLEAR_PROFILING(rwnx_hw, SW_PROF_RWNX_IPC_IRQ_HDLR); |
---|
68 | 65 | } |
---|