aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/415-chan_switch.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-23 13:32:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-23 13:32:22 +0000
commit320b73acc8caef234a83d92e72794762096c7742 (patch)
tree4e564ae74e21cf0fa211f2659aefbcb7c604f7de /package/madwifi/patches/415-chan_switch.patch
parent727e5a8d67fc07cccef843aa8f698fbe0efb7315 (diff)
downloadmaster-187ad058-320b73acc8caef234a83d92e72794762096c7742.tar.gz
master-187ad058-320b73acc8caef234a83d92e72794762096c7742.tar.bz2
master-187ad058-320b73acc8caef234a83d92e72794762096c7742.zip
madwifi: fix maximum txpower display
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17687 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 6883136430..6dc5da8383 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)
-@@ -4626,7 +4598,13 @@ static void
+@@ -4634,7 +4606,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;