summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/415-chan_switch.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-16 12:02:10 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-16 12:02:10 +0000
commitdc6188fb0ee8266eab66b8442f9b2294232465e8 (patch)
tree6a81c9929b190bc7faea33eb9f426a0916b83389 /package/madwifi/patches/415-chan_switch.patch
parente57f13704f089ced09e370ab7ca95a63e2d5082e (diff)
madwifi: fix iwconfig tx power display
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17592 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/415-chan_switch.patch')
-rw-r--r--package/madwifi/patches/415-chan_switch.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/415-chan_switch.patch b/package/madwifi/patches/415-chan_switch.patch
index 85050647c..688313643 100644
--- a/package/madwifi/patches/415-chan_switch.patch
+++ b/package/madwifi/patches/415-chan_switch.patch
@@ -171,7 +171,7 @@
/* Don't allow to change to channel with radar found */
if (c->ic_flags & IEEE80211_CHAN_RADAR)
-@@ -4625,7 +4597,13 @@ static void
+@@ -4626,7 +4598,13 @@ static void
pre_announced_chanswitch(struct net_device *dev, u_int32_t channel, u_int32_t tbtt) {
struct ieee80211vap *vap = dev->priv;
struct ieee80211com *ic = vap->iv_ic;