]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/mac80211/driver-ops.h
Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux...
[linux.git] / net / mac80211 / driver-ops.h
index 62edfa6a73ed693084bd9826b621500eb2e2c7e5..c2d8b5451a5ec6c52245ed306d5e0d4e607b3c67 100644 (file)
@@ -1200,6 +1200,9 @@ static inline void drv_wake_tx_queue(struct ieee80211_local *local,
 {
        struct ieee80211_sub_if_data *sdata = vif_to_sdata(txq->txq.vif);
 
+       if (local->in_reconfig)
+               return;
+
        if (!check_sdata_in_driver(sdata))
                return;