mac80211: backport fix for nl80211 control port tx (fixes FS#3857)
[openwrt/staging/xback.git] / package / kernel / mac80211 / patches / subsys / 371-mac80211-don-t-apply-flow-control-on-management-fram.patch
index b439a3814cc14d3eba080cfd533786aa77977ffa..8d094a3632eba5736283b3a7fc5242ef910bfa42 100644 (file)
@@ -28,7 +28,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
   *
   * Transmit and frame generation functions.
   */
-@@ -1403,8 +1403,17 @@ static void ieee80211_txq_enqueue(struct
+@@ -1401,8 +1401,17 @@ static void ieee80211_txq_enqueue(struct
        ieee80211_set_skb_enqueue_time(skb);
  
        spin_lock_bh(&fq->lock);
@@ -48,7 +48,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
        spin_unlock_bh(&fq->lock);
  }
  
-@@ -3846,6 +3855,9 @@ bool ieee80211_txq_airtime_check(struct
+@@ -3844,6 +3853,9 @@ bool ieee80211_txq_airtime_check(struct
        if (!txq->sta)
                return true;