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>
这个提交包含在:
Sujith Manoharan
2015-01-30 19:05:28 +05:30
提交者 Kalle Valo
父节点 249943a221
当前提交 c4d0975bba
修改 3 个文件,包含 0 行新增29 行删除

查看文件

@@ -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
};