Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8eab2510 authored by Felix Fietkau's avatar Felix Fietkau Committed by John W. Linville
Browse files

ath9k: switch channel after sending beacon

parent 3ae07d39
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -365,6 +365,7 @@ struct ath_chanctx *ath_chanctx_get_oper_chan(struct ath_softc *sc, bool active)
		if (active && !ctx->active)
			continue;

		if (ctx->switch_after_beacon)
			return ctx;
	}