diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-14 10:45:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-14 10:45:34 +0000 |
commit | 5123c8b264b32aa2f2fad6b653c7e46759687257 (patch) | |
tree | 35d18779a8977a94ad326b7f6ae007517e61b94b /package/madwifi/patches/432-netdev_ops.patch | |
parent | 5f1c1dc49d28798eb441744b2af83fe5c893fd54 (diff) | |
download | upstream-5123c8b264b32aa2f2fad6b653c7e46759687257.tar.gz upstream-5123c8b264b32aa2f2fad6b653c7e46759687257.tar.bz2 upstream-5123c8b264b32aa2f2fad6b653c7e46759687257.zip |
madwifi: fix a wds related race condition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17578 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/432-netdev_ops.patch')
-rw-r--r-- | package/madwifi/patches/432-netdev_ops.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/432-netdev_ops.patch b/package/madwifi/patches/432-netdev_ops.patch index 5764ab048a..915b1a85d8 100644 --- a/package/madwifi/patches/432-netdev_ops.patch +++ b/package/madwifi/patches/432-netdev_ops.patch @@ -170,7 +170,7 @@ http://madwifi-project.org/changeset/4005 #endif --- a/net80211/ieee80211_input.c +++ b/net80211/ieee80211_input.c -@@ -1187,7 +1187,11 @@ ieee80211_deliver_data(struct ieee80211_ +@@ -1188,7 +1188,11 @@ ieee80211_deliver_data(struct ieee80211_ skb1->protocol = __constant_htons(ETH_P_802_2); /* XXX insert vlan tag before queue it? */ ni_tmp = SKB_CB(skb1)->ni; /* remember node so we can free it */ |