aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/346-protmode_trig.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-21 18:11:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-21 18:11:08 +0000
commit70bea49ea1b4ad10d3d4bf4f73eecf11a3a9584b (patch)
treebc9855e56dfcc3a710ca67ff73e3689c660488ac /package/madwifi/patches/346-protmode_trig.patch
parentf9d418f2190a16d7ace862bcffb9d508fb6ee3f1 (diff)
downloadupstream-70bea49ea1b4ad10d3d4bf4f73eecf11a3a9584b.tar.gz
upstream-70bea49ea1b4ad10d3d4bf4f73eecf11a3a9584b.tar.bz2
upstream-70bea49ea1b4ad10d3d4bf4f73eecf11a3a9584b.zip
madwifi: cosmetic fixes for maxrate/minrate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15961 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/346-protmode_trig.patch')
-rw-r--r--package/madwifi/patches/346-protmode_trig.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/346-protmode_trig.patch b/package/madwifi/patches/346-protmode_trig.patch
index 1364c559b2..830a6a852c 100644
--- a/package/madwifi/patches/346-protmode_trig.patch
+++ b/package/madwifi/patches/346-protmode_trig.patch
@@ -42,7 +42,7 @@
@@ -643,6 +643,8 @@ enum {
IEEE80211_PARAM_BEACON_MISS_THRESH_MS = 74, /* Beacon miss threshold (in ms) */
IEEE80211_PARAM_MAXRATE = 75, /* Maximum rate (by table index) */
- IEEE80211_PARAM_MINRATE = 76, /* Maximum rate (by table index) */
+ IEEE80211_PARAM_MINRATE = 76, /* Minimum rate (by table index) */
+ IEEE80211_PARAM_PROTMODE_RSSI = 77, /* RSSI Threshold for enabling protection mode */
+ IEEE80211_PARAM_PROTMODE_TIMEOUT = 78, /* Timeout for expiring protection mode */
};