aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/390-frame_type.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-14 10:45:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-14 10:45:34 +0000
commit36d7f7c017ba6496b50a428678b98acabf973361 (patch)
tree73e63be251ed7a8afe4b959b6b821ee7004b46b2 /package/madwifi/patches/390-frame_type.patch
parent84c01891da05d326e77e2e0a31f100f1360be47d (diff)
downloadupstream-36d7f7c017ba6496b50a428678b98acabf973361.tar.gz
upstream-36d7f7c017ba6496b50a428678b98acabf973361.tar.bz2
upstream-36d7f7c017ba6496b50a428678b98acabf973361.zip
madwifi: fix a wds related race condition
SVN-Revision: 17578
Diffstat (limited to 'package/madwifi/patches/390-frame_type.patch')
-rw-r--r--package/madwifi/patches/390-frame_type.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/390-frame_type.patch b/package/madwifi/patches/390-frame_type.patch
index 71d658b4e5..caad49c3d3 100644
--- a/package/madwifi/patches/390-frame_type.patch
+++ b/package/madwifi/patches/390-frame_type.patch
@@ -1,6 +1,6 @@
--- a/net80211/ieee80211_input.c
+++ b/net80211/ieee80211_input.c
-@@ -4440,7 +4440,9 @@ ath_eth_type_trans(struct sk_buff *skb,
+@@ -4441,7 +4441,9 @@ ath_eth_type_trans(struct sk_buff *skb,
if (memcmp(eth->h_dest, dev->dev_addr, ETH_ALEN))
skb->pkt_type = PACKET_OTHERHOST;