mac80211: remove an obsolete patch that is no longer doing anything useful
[openwrt/staging/wigyori.git] / package / kernel / mac80211 / patches / subsys / 321-mac80211-check-and-refresh-aggregation-session-in-en.patch
index 5c149e7d95abefb572ec39d7bb9394bd835da0fb..0188e19b71687363c89ef2bb8b282d3d14f24e96 100644 (file)
@@ -11,7 +11,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/net/mac80211/tx.c
 +++ b/net/mac80211/tx.c
-@@ -4195,6 +4195,8 @@ static void ieee80211_8023_xmit(struct i
+@@ -4189,6 +4189,8 @@ static void ieee80211_8023_xmit(struct i
        bool authorized = false;
        bool multicast;
        unsigned char *ra = ehdr->h_dest;
@@ -20,7 +20,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  
        if (IS_ERR(sta) || (sta && !sta->uploaded))
                sta = NULL;
-@@ -4232,6 +4234,22 @@ static void ieee80211_8023_xmit(struct i
+@@ -4226,6 +4228,22 @@ static void ieee80211_8023_xmit(struct i
  
        memset(info, 0, sizeof(*info));