aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/beacon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/beacon.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/beacon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/beacon.c b/drivers/net/wireless/ath/ath9k/beacon.c
index 2ca355e94da6..dd3771954bd7 100644
--- a/drivers/net/wireless/ath/ath9k/beacon.c
+++ b/drivers/net/wireless/ath/ath9k/beacon.c
@@ -199,7 +199,7 @@ static struct ath_buf *ath9k_beacon_generate(struct ieee80211_hw *hw,
199 if (sc->nvifs > 1) { 199 if (sc->nvifs > 1) {
200 ath_dbg(common, BEACON, 200 ath_dbg(common, BEACON,
201 "Flushing previous cabq traffic\n"); 201 "Flushing previous cabq traffic\n");
202 ath_draintxq(sc, cabq, false); 202 ath_draintxq(sc, cabq);
203 } 203 }
204 } 204 }
205 205