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 | 5b7afa25a4e226728c3e7e7ce12a48733aa4e0f4 (patch) | |
tree | 6a81c9929b190bc7faea33eb9f426a0916b83389 /package/madwifi/patches/421-channel_handling.patch | |
parent | c417595371182c1fdbeea746a891331a5a5dfb2e (diff) | |
download | upstream-5b7afa25a4e226728c3e7e7ce12a48733aa4e0f4.tar.gz upstream-5b7afa25a4e226728c3e7e7ce12a48733aa4e0f4.tar.bz2 upstream-5b7afa25a4e226728c3e7e7ce12a48733aa4e0f4.zip |
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/421-channel_handling.patch')
-rw-r--r-- | package/madwifi/patches/421-channel_handling.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/421-channel_handling.patch b/package/madwifi/patches/421-channel_handling.patch index 69d96cba0b..c60cc9c3cd 100644 --- a/package/madwifi/patches/421-channel_handling.patch +++ b/package/madwifi/patches/421-channel_handling.patch @@ -1183,7 +1183,7 @@ if ((ic->ic_flags & IEEE80211_F_USEPROT) && --- a/net80211/ieee80211_wireless.c +++ b/net80211/ieee80211_wireless.c -@@ -2133,7 +2133,7 @@ ieee80211_ioctl_setmode(struct net_devic +@@ -2134,7 +2134,7 @@ ieee80211_ioctl_setmode(struct net_devic vap->iv_des_mode = mode; if (IS_UP_AUTO(vap)) @@ -1192,7 +1192,7 @@ retv = 0; } -@@ -4081,46 +4081,60 @@ ieee80211_ioctl_getchanlist(struct net_d +@@ -4082,46 +4082,60 @@ ieee80211_ioctl_getchanlist(struct net_d return 0; } |