diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-23 13:32:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-23 13:32:22 +0000 |
commit | bbc97003109138e7f7c90ee91104317a42f9b959 (patch) | |
tree | f227195e20a0d2c9416b2a472cd29e1a4810c973 /package/madwifi/patches/415-chan_switch.patch | |
parent | a29453627d3a962384cf4ea53a12607a5d62d554 (diff) | |
download | mtk-20170518-bbc97003109138e7f7c90ee91104317a42f9b959.zip mtk-20170518-bbc97003109138e7f7c90ee91104317a42f9b959.tar.gz mtk-20170518-bbc97003109138e7f7c90ee91104317a42f9b959.tar.bz2 |
madwifi: fix maximum txpower display
SVN-Revision: 17687
Diffstat (limited to 'package/madwifi/patches/415-chan_switch.patch')
-rw-r--r-- | package/madwifi/patches/415-chan_switch.patch | 2 |
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 6883136..6dc5da8 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; |