mac80211: Update to version 5.12.19-1
[openwrt/staging/mkresin.git] / package / kernel / mac80211 / patches / subsys / 375-mac80211-call-ieee80211_tx_h_rate_ctrl-when-dequeue.patch
index ab16576bcdc8b0826b066e2f22fcd483f3ece2b9..a09d97cab3f0e3e7d15af3f6e53124e12635e82a 100644 (file)
@@ -29,7 +29,7 @@ Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
        CALL_TXH(ieee80211_tx_h_michael_mic_add);
        CALL_TXH(ieee80211_tx_h_sequence);
        CALL_TXH(ieee80211_tx_h_fragment);
-@@ -3353,15 +3354,21 @@ out:
+@@ -3386,15 +3387,21 @@ out:
   * Can be called while the sta lock is held. Anything that can cause packets to
   * be generated will cause deadlock!
   */
@@ -55,7 +55,7 @@ Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
        if (key)
                info->control.hw_key = &key->conf;
  
-@@ -3410,6 +3417,8 @@ static void ieee80211_xmit_fast_finish(s
+@@ -3443,6 +3450,8 @@ static void ieee80211_xmit_fast_finish(s
                        break;
                }
        }
@@ -64,7 +64,7 @@ Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
  }
  
  static bool ieee80211_xmit_fast(struct ieee80211_sub_if_data *sdata,
-@@ -3513,24 +3522,17 @@ static bool ieee80211_xmit_fast(struct i
+@@ -3546,24 +3555,17 @@ static bool ieee80211_xmit_fast(struct i
        tx.sta = sta;
        tx.key = fast_tx->key;
  
@@ -97,7 +97,7 @@ Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
  
        if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
                sdata = container_of(sdata->bss,
-@@ -3641,8 +3643,12 @@ begin:
+@@ -3674,8 +3676,12 @@ begin:
                    (tx.key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV))
                        pn_offs = ieee80211_hdrlen(hdr->frame_control);