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 | 320b73acc8caef234a83d92e72794762096c7742 (patch) | |
tree | 4e564ae74e21cf0fa211f2659aefbcb7c604f7de /package/madwifi/patches/417-beacon_txpower.patch | |
parent | 727e5a8d67fc07cccef843aa8f698fbe0efb7315 (diff) | |
download | upstream-320b73acc8caef234a83d92e72794762096c7742.tar.gz upstream-320b73acc8caef234a83d92e72794762096c7742.tar.bz2 upstream-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/417-beacon_txpower.patch')
-rw-r--r-- | package/madwifi/patches/417-beacon_txpower.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/417-beacon_txpower.patch b/package/madwifi/patches/417-beacon_txpower.patch index 4d713901e0..8a59c1211d 100644 --- a/package/madwifi/patches/417-beacon_txpower.patch +++ b/package/madwifi/patches/417-beacon_txpower.patch @@ -48,7 +48,7 @@ struct ieee80211_node *iv_bss; /* information for this node */ --- a/net80211/ieee80211_wireless.c +++ b/net80211/ieee80211_wireless.c -@@ -2863,6 +2863,9 @@ ieee80211_ioctl_setparam(struct net_devi +@@ -2871,6 +2871,9 @@ ieee80211_ioctl_setparam(struct net_devi case IEEE80211_PARAM_PROBEREQ: vap->iv_no_probereq = !value; break; @@ -58,7 +58,7 @@ #ifdef ATH_REVERSE_ENGINEERING case IEEE80211_PARAM_DUMPREGS: ieee80211_dump_registers(dev, info, w, extra); -@@ -3228,6 +3231,9 @@ ieee80211_ioctl_getparam(struct net_devi +@@ -3236,6 +3239,9 @@ ieee80211_ioctl_getparam(struct net_devi case IEEE80211_PARAM_PROBEREQ: param[0] = !vap->iv_no_probereq; break; @@ -68,7 +68,7 @@ default: return -EOPNOTSUPP; } -@@ -5802,6 +5808,10 @@ static const struct iw_priv_args ieee802 +@@ -5810,6 +5816,10 @@ static const struct iw_priv_args ieee802 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "probereq"}, { IEEE80211_PARAM_PROBEREQ, 0, IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, "get_probereq"}, |