aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/421-channel_handling.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-19 14:48:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-19 14:48:21 +0000
commitf327d9827b4a10a072bf02d2269c2d7defde29bc (patch)
tree88c8630b2a4f10b62c1ffb2e5583954eb3e49f8d /package/madwifi/patches/421-channel_handling.patch
parent1884df4f4b2429f4fe2c59fbd13ec3d66c16b560 (diff)
downloadupstream-f327d9827b4a10a072bf02d2269c2d7defde29bc.tar.gz
upstream-f327d9827b4a10a072bf02d2269c2d7defde29bc.tar.bz2
upstream-f327d9827b4a10a072bf02d2269c2d7defde29bc.zip
madwifi: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/421-channel_handling.patch')
-rw-r--r--package/madwifi/patches/421-channel_handling.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/421-channel_handling.patch b/package/madwifi/patches/421-channel_handling.patch
index 8ccecdfdd2..9164eeacd6 100644
--- a/package/madwifi/patches/421-channel_handling.patch
+++ b/package/madwifi/patches/421-channel_handling.patch
@@ -1108,7 +1108,7 @@
nrs = &ni->ni_rates;
fixedrate = IEEE80211_FIXED_RATE_NONE;
for (i = 0; i < nrs->rs_nrates;) {
-@@ -1401,6 +1401,7 @@ ieee80211_new_state(struct ieee80211vap
+@@ -1407,6 +1407,7 @@ ieee80211_new_state(struct ieee80211vap
IEEE80211_VAPS_UNLOCK_IRQ(ic);
return rc;
}