mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 20:53:07 -04:00
ath9k: switch channel after sending beacon
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
3ae07d39ea
commit
8eab25108e
@@ -365,7 +365,8 @@ struct ath_chanctx *ath_chanctx_get_oper_chan(struct ath_softc *sc, bool active)
|
||||
if (active && !ctx->active)
|
||||
continue;
|
||||
|
||||
return ctx;
|
||||
if (ctx->switch_after_beacon)
|
||||
return ctx;
|
||||
}
|
||||
|
||||
return &sc->chanctx[0];
|
||||
|
||||
Reference in New Issue
Block a user