mac80211: Update to version 5.9.12-1
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / subsys / 324-mac80211-support-using-ieee80211_tx_status_ext-to-fr.patch
index 5469a419bfef053b584f9fe3113b39594d11e179..ffb89a4d4aa4eba2084c8b72d60e3af4722f1061 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/net/mac80211/status.c
 +++ b/net/mac80211/status.c
-@@ -1103,6 +1103,21 @@ void ieee80211_tx_status_ext(struct ieee
+@@ -1101,6 +1101,21 @@ void ieee80211_tx_status_ext(struct ieee
                        sta->tx_stats.last_rate_info = *status->rate;
        }
  
@@ -35,7 +35,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
        rates_idx = ieee80211_tx_get_rates(hw, info, &retry_count);
  
        sband = hw->wiphy->bands[info->band];
-@@ -1146,17 +1161,6 @@ void ieee80211_tx_status_ext(struct ieee
+@@ -1144,17 +1159,6 @@ void ieee80211_tx_status_ext(struct ieee
                        ieee80211s_update_metric(local, sta, status);
        }
  
@@ -53,7 +53,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
        if (skb && !(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP))
                return __ieee80211_tx_status(hw, status, rates_idx,
                                             retry_count);
-@@ -1173,6 +1177,7 @@ void ieee80211_tx_status_ext(struct ieee
+@@ -1171,6 +1175,7 @@ void ieee80211_tx_status_ext(struct ieee
                I802_DEBUG_INC(local->dot11FailedCount);
        }