diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-16 12:02:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-16 12:02:10 +0000 |
commit | 9e1fd17d108dd845fa0d60670537de373d29b1e9 (patch) | |
tree | 1588904e966ade6a54d3fcadfbab07a14d039562 /package/madwifi/patches/415-chan_switch.patch | |
parent | fdf2efaf28ab626b14cb7d5a94981e0be2cedbe8 (diff) | |
download | upstream-9e1fd17d108dd845fa0d60670537de373d29b1e9.tar.gz upstream-9e1fd17d108dd845fa0d60670537de373d29b1e9.tar.bz2 upstream-9e1fd17d108dd845fa0d60670537de373d29b1e9.zip |
madwifi: fix iwconfig tx power display
SVN-Revision: 17592
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 85050647ca..6883136430 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; |