diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index b8496696460e..97830c7f62c9 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c | |||
@@ -2133,7 +2133,7 @@ static void ath9k_flush(struct ieee80211_hw *hw, bool drop) | |||
2133 | { | 2133 | { |
2134 | #define ATH_FLUSH_TIMEOUT 60 /* ms */ | 2134 | #define ATH_FLUSH_TIMEOUT 60 /* ms */ |
2135 | struct ath_softc *sc = hw->priv; | 2135 | struct ath_softc *sc = hw->priv; |
2136 | struct ath_txq *txq; | 2136 | struct ath_txq *txq = NULL; |
2137 | struct ath_hw *ah = sc->sc_ah; | 2137 | struct ath_hw *ah = sc->sc_ah; |
2138 | struct ath_common *common = ath9k_hw_common(ah); | 2138 | struct ath_common *common = ath9k_hw_common(ah); |
2139 | int i, j, npend = 0; | 2139 | int i, j, npend = 0; |