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 | 1c346885afb1d8dad16c48f5e28bf31e2692b0e9 (patch) | |
tree | 682a176590b2af13b6440a0e7e2e4c40b528138b /package/madwifi/patches/411-autochannel_multi.patch | |
parent | bcc4ec3c11cc6035f29f55a422199d4523e7d252 (diff) | |
download | upstream-1c346885afb1d8dad16c48f5e28bf31e2692b0e9.tar.gz upstream-1c346885afb1d8dad16c48f5e28bf31e2692b0e9.tar.bz2 upstream-1c346885afb1d8dad16c48f5e28bf31e2692b0e9.zip |
package/madwifi: refresh madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23971 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/411-autochannel_multi.patch')
-rw-r--r-- | package/madwifi/patches/411-autochannel_multi.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/madwifi/patches/411-autochannel_multi.patch b/package/madwifi/patches/411-autochannel_multi.patch index 6e6d678fd4..d05c447f7b 100644 --- a/package/madwifi/patches/411-autochannel_multi.patch +++ b/package/madwifi/patches/411-autochannel_multi.patch @@ -307,7 +307,7 @@ } -@@ -575,6 +583,7 @@ ap_end(struct ieee80211_scan_state *ss, +@@ -575,6 +583,7 @@ ap_end(struct ieee80211_scan_state *ss, struct ap_state *as = ss->ss_priv; struct ieee80211_channel *bestchan = NULL; struct ieee80211com *ic = NULL; @@ -315,7 +315,7 @@ int res = 1; SCAN_AP_LOCK_IRQ(as); -@@ -586,8 +595,11 @@ ap_end(struct ieee80211_scan_state *ss, +@@ -586,8 +595,11 @@ ap_end(struct ieee80211_scan_state *ss, /* record stats for the channel that was scanned last */ ic->ic_set_channel(ic); @@ -327,7 +327,7 @@ if (ss->ss_last > 0) { /* no suitable channel, should not happen */ printk(KERN_ERR "%s: %s: no suitable channel! " -@@ -606,6 +618,7 @@ ap_end(struct ieee80211_scan_state *ss, +@@ -606,6 +618,7 @@ ap_end(struct ieee80211_scan_state *ss, bestchan->ic_freq, bestchan->ic_flags & ~IEEE80211_CHAN_TURBO)) == NULL) { /* should never happen ?? */ @@ -335,7 +335,7 @@ SCAN_AP_UNLOCK_IRQ_EARLY(as); return 0; } -@@ -618,6 +631,9 @@ ap_end(struct ieee80211_scan_state *ss, +@@ -618,6 +631,9 @@ ap_end(struct ieee80211_scan_state *ss, as->as_action = action; as->as_selbss = se; |