summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/411-autochannel_multi.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-08 18:49:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-08 18:49:05 +0000
commit537f2199ace465673e8151e389b7638c0808afea (patch)
tree25c7305539ee418e22abd562d4c8e9810b91637e /package/madwifi/patches/411-autochannel_multi.patch
parentcbb2ac35b3fcd4258684d673c5bec74c5969e466 (diff)
downloadmaster-31e0f0ae-537f2199ace465673e8151e389b7638c0808afea.tar.gz
master-31e0f0ae-537f2199ace465673e8151e389b7638c0808afea.tar.bz2
master-31e0f0ae-537f2199ace465673e8151e389b7638c0808afea.zip
madwifi: fix uninitialized variable
SVN-Revision: 15711
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 6b970ca697..1140a1e2a6 100644
--- a/package/madwifi/patches/411-autochannel_multi.patch
+++ b/package/madwifi/patches/411-autochannel_multi.patch
@@ -124,7 +124,7 @@
void
ieee80211_scan_attach(struct ieee80211com *ic)
{
-@@ -1168,7 +1285,7 @@ ieee80211_scan_dfs_action(struct ieee802
+@@ -1169,7 +1286,7 @@ ieee80211_scan_dfs_action(struct ieee802
IEEE80211_RADAR_CHANCHANGE_TBTT_COUNT;
ic->ic_flags |= IEEE80211_F_CHANSWITCH;
} else {
@@ -133,7 +133,7 @@
IEEE80211_DPRINTF(vap, IEEE80211_MSG_DOTH,
"%s: directly switching to channel "
"%3d (%4d MHz)\n", __func__,
-@@ -1179,6 +1296,9 @@ ieee80211_scan_dfs_action(struct ieee802
+@@ -1180,6 +1297,9 @@ ieee80211_scan_dfs_action(struct ieee802
* change the channel here. */
change_channel(ic, new_channel);
ic->ic_bsschan = new_channel;