summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/441-fix_ibss_node_handling.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
commit5eef1e4f29c24803294fbbdd38bb528baab970d6 (patch)
tree6c0651131917d0afcb6fc9272e3a2f1a83860323 /package/madwifi/patches/441-fix_ibss_node_handling.patch
parent79a27bd7b23df6d31ee3ac57529ea981452343a1 (diff)
downloadmaster-31e0f0ae-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.gz
master-31e0f0ae-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.bz2
master-31e0f0ae-5eef1e4f29c24803294fbbdd38bb528baab970d6.zip
package/madwifi: refresh madwifi patches
SVN-Revision: 23971
Diffstat (limited to 'package/madwifi/patches/441-fix_ibss_node_handling.patch')
-rw-r--r--package/madwifi/patches/441-fix_ibss_node_handling.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/441-fix_ibss_node_handling.patch b/package/madwifi/patches/441-fix_ibss_node_handling.patch
index b12930fbdf..20d59de26b 100644
--- a/package/madwifi/patches/441-fix_ibss_node_handling.patch
+++ b/package/madwifi/patches/441-fix_ibss_node_handling.patch
@@ -44,7 +44,7 @@
if (dir != IEEE80211_FC1_DIR_NODS) {
IEEE80211_DISCARD(vap, IEEE80211_MSG_ANY,
wh, "data", "invalid dir 0x%x", dir);
-@@ -3558,6 +3563,11 @@ ieee80211_recv_mgmt(struct ieee80211vap
+@@ -3558,6 +3563,11 @@ ieee80211_recv_mgmt(struct ieee80211vap
} else if ((vap->iv_opmode == IEEE80211_M_WDS) && vap->iv_wdsnode) {
found = 1;
ni = ni_or_null = vap->iv_wdsnode;
@@ -56,7 +56,7 @@
}
IEEE80211_UNLOCK_IRQ(vap->iv_ic);
-@@ -3686,19 +3696,8 @@ ieee80211_recv_mgmt(struct ieee80211vap
+@@ -3686,19 +3696,8 @@ ieee80211_recv_mgmt(struct ieee80211vap
vap->iv_stats.is_rx_ssidmismatch++; /*XXX*/
return;
}