ath9k: Remove unused BMISS processing
The various variables tracking bmiss interrupts are not really used anywhere except in a debug message. Remove them since they have no functional purpose. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
这个提交包含在:
@@ -1043,8 +1043,6 @@ struct ath_softc {
|
||||
s16 tx99_power;
|
||||
|
||||
#ifdef CONFIG_ATH9K_WOW
|
||||
atomic_t wow_got_bmiss_intr;
|
||||
atomic_t wow_sleep_proc_intr; /* in the middle of WoW sleep ? */
|
||||
u32 wow_intr_before_sleep;
|
||||
#endif
|
||||
};
|
||||
|
在新工单中引用
屏蔽一个用户