tzh
2024-08-15 d4a1bd480003f3e1a0590bc46fbcb24f05652ca7
longan/kernel/linux-4.9/drivers/net/wireless/aic8800/aic8800_fdrv/rwnx_irqs.c
old mode 100644new mode 100755
....@@ -34,7 +34,6 @@
3434 void rwnx_task(unsigned long data)
3535 {
3636 struct rwnx_hw *rwnx_hw = (struct rwnx_hw *)data;
37
- REG_SW_SET_PROFILING(rwnx_hw, SW_PROF_RWNX_IPC_IRQ_HDLR);
3837
3938 #if 0
4039 struct rwnx_plat *rwnx_plat = rwnx_hw->plat;
....@@ -57,12 +56,10 @@
5756 //if (statuses & IPC_IRQ_E2A_TXCFM)
5857 // rwnx_hw->stats.last_tx = now;
5958
60
- printk("rwnx_task\n");
6159 spin_lock_bh(&rwnx_hw->tx_lock);
6260 rwnx_hwq_process_all(rwnx_hw);
6361 spin_unlock_bh(&rwnx_hw->tx_lock);
6462 #if 0
6563 enable_irq(rwnx_platform_get_irq(rwnx_plat));
6664 #endif
67
- REG_SW_CLEAR_PROFILING(rwnx_hw, SW_PROF_RWNX_IPC_IRQ_HDLR);
6865 }