summaryrefslogtreecommitdiff
path: root/package/madwifi/patches/411-autochannel_multi.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
commit7f6b21ae626cfdeef62fa1968c10daa919abb3f8 (patch)
treecd59d92548e8f393a389615d7353b916c8e4dd9f /package/madwifi/patches/411-autochannel_multi.patch
parentd719b5187196d7314c89e7d1b41236c324400255 (diff)
downloadmtk-20170518-7f6b21ae626cfdeef62fa1968c10daa919abb3f8.zip
mtk-20170518-7f6b21ae626cfdeef62fa1968c10daa919abb3f8.tar.gz
mtk-20170518-7f6b21ae626cfdeef62fa1968c10daa919abb3f8.tar.bz2
madwifi: refresh patches
SVN-Revision: 17311
Diffstat (limited to 'package/madwifi/patches/411-autochannel_multi.patch')
-rw-r--r--package/madwifi/patches/411-autochannel_multi.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/411-autochannel_multi.patch b/package/madwifi/patches/411-autochannel_multi.patch
index 1140a1e..94ffd9f 100644
--- a/package/madwifi/patches/411-autochannel_multi.patch
+++ b/package/madwifi/patches/411-autochannel_multi.patch
@@ -241,7 +241,7 @@
* the auto-select case; this should be redundant if the
--- a/net80211/ieee80211_proto.c
+++ b/net80211/ieee80211_proto.c
-@@ -1225,6 +1225,7 @@ ieee80211_dturbo_switch(struct ieee80211
+@@ -1231,6 +1231,7 @@ ieee80211_dturbo_switch(struct ieee80211
struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps);
#endif
struct ieee80211_channel *chan;
@@ -249,7 +249,7 @@
chan = ieee80211_find_channel(ic, ic->ic_bsschan->ic_freq, newflags);
if (chan == NULL) { /* XXX should not happen */
-@@ -1243,6 +1244,9 @@ ieee80211_dturbo_switch(struct ieee80211
+@@ -1249,6 +1250,9 @@ ieee80211_dturbo_switch(struct ieee80211
ic->ic_bsschan = chan;
ic->ic_curchan = chan;
ic->ic_set_channel(ic);