diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-12 15:14:27 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-12 15:14:27 +0000 |
commit | 5eef1e4f29c24803294fbbdd38bb528baab970d6 (patch) | |
tree | 6c0651131917d0afcb6fc9272e3a2f1a83860323 /package/madwifi/patches/451-ibss_race_fix.patch | |
parent | 79a27bd7b23df6d31ee3ac57529ea981452343a1 (diff) | |
download | upstream-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.gz upstream-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.bz2 upstream-5eef1e4f29c24803294fbbdd38bb528baab970d6.zip |
package/madwifi: refresh madwifi patches
SVN-Revision: 23971
Diffstat (limited to 'package/madwifi/patches/451-ibss_race_fix.patch')
-rw-r--r-- | package/madwifi/patches/451-ibss_race_fix.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/madwifi/patches/451-ibss_race_fix.patch b/package/madwifi/patches/451-ibss_race_fix.patch index 8349b318f2..27e1b47dad 100644 --- a/package/madwifi/patches/451-ibss_race_fix.patch +++ b/package/madwifi/patches/451-ibss_race_fix.patch @@ -43,7 +43,7 @@ } } iwspy_event(vap, ni, rssi); -@@ -3553,8 +3546,8 @@ ieee80211_recv_mgmt(struct ieee80211vap +@@ -3553,8 +3546,8 @@ ieee80211_recv_mgmt(struct ieee80211vap (((vap->iv_opmode == IEEE80211_M_HOSTAP) || (vap->iv_opmode == IEEE80211_M_WDS)) && (scan.capinfo & IEEE80211_CAPINFO_ESS))) { @@ -53,7 +53,7 @@ int found = 0; IEEE80211_LOCK_IRQ(vap->iv_ic); -@@ -3570,14 +3563,12 @@ ieee80211_recv_mgmt(struct ieee80211vap +@@ -3570,14 +3563,12 @@ ieee80211_recv_mgmt(struct ieee80211vap } } if (found) @@ -72,7 +72,7 @@ found = 1; } IEEE80211_UNLOCK_IRQ(vap->iv_ic); -@@ -3585,20 +3576,21 @@ ieee80211_recv_mgmt(struct ieee80211vap +@@ -3585,20 +3576,21 @@ ieee80211_recv_mgmt(struct ieee80211vap if (!found) break; @@ -100,7 +100,7 @@ } else { /* * Copy data from beacon to neighbor table. -@@ -3606,39 +3598,38 @@ ieee80211_recv_mgmt(struct ieee80211vap +@@ -3606,39 +3598,38 @@ ieee80211_recv_mgmt(struct ieee80211vap * ieee80211_add_neighbor(), so we just copy * everything over to be safe. */ |