ath9k: Add channel context structure
The channel context structure is defined to enable multi-channel concurrency support. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Rajkumar Manoharan <rmanohar@qti.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
6437f51ec3
commit
fbbcd14690
@@ -416,7 +416,7 @@ void ath_start_ani(struct ath_softc *sc)
|
||||
|
||||
if (common->disable_ani ||
|
||||
!test_bit(ATH_OP_ANI_RUN, &common->op_flags) ||
|
||||
(sc->hw->conf.flags & IEEE80211_CONF_OFFCHANNEL))
|
||||
sc->cur_chan->offchannel)
|
||||
return;
|
||||
|
||||
common->ani.longcal_timer = timestamp;
|
||||
|
Reference in New Issue
Block a user