aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/533-mac80211_correct_4addr_skbsize.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/533-mac80211_correct_4addr_skbsize.patch')
-rw-r--r--package/kernel/mac80211/patches/533-mac80211_correct_4addr_skbsize.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kernel/mac80211/patches/533-mac80211_correct_4addr_skbsize.patch b/package/kernel/mac80211/patches/533-mac80211_correct_4addr_skbsize.patch
deleted file mode 100644
index afd8cca0f2..0000000000
--- a/package/kernel/mac80211/patches/533-mac80211_correct_4addr_skbsize.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/net/wireless/util.c
-+++ b/net/wireless/util.c
-@@ -509,7 +509,7 @@ static int __ieee80211_data_to_8023(stru
- * replace EtherType */
- hdrlen += ETH_ALEN + 2;
- else
-- tmp.h_proto = htons(skb->len);
-+ tmp.h_proto = htons(skb->len - hdrlen);
-
- pskb_pull(skb, hdrlen);
-