[ath9k-devel] [RFC/WIP 15/33] ath9k_htc: Add ANI for AP mode

2011-01-20 Thread Sujith
From: Sujith Manoharan sujith.manoha...@atheros.com The time granularity for the ANI task is different for AP and station mode. Signed-off-by: Sujith Manoharan sujith.manoha...@atheros.com --- drivers/net/wireless/ath/ath9k/htc.h |1 + drivers/net/wireless/ath/ath9k/htc_drv_main.c

Re: [ath9k-devel] [RFC/WIP 15/33] ath9k_htc: Add ANI for AP mode

2011-01-20 Thread Vasanthakumar Thiagarajan
On Fri, Jan 21, 2011 at 08:31:24AM +0530, Sujith wrote: From: Sujith Manoharan sujith.manoha...@atheros.com + if (priv-ah-opmode == NL80211_IFTYPE_AP) + cancel_delayed_work_sync(priv-ath9k_ani_work); + What about ANI for other vifs? Vasanth