aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/357-bgscan_thresh.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
commit5820c0fef2769250d96ad0e40ed871ed2673979d (patch)
tree862d8bc8dc2cdd9e678cecb16b4d4de2a932a534 /package/madwifi/patches/357-bgscan_thresh.patch
parent9959defa0ead40d429215dbf709da4f9f3d822f9 (diff)
downloadupstream-5820c0fef2769250d96ad0e40ed871ed2673979d.tar.gz
upstream-5820c0fef2769250d96ad0e40ed871ed2673979d.tar.bz2
upstream-5820c0fef2769250d96ad0e40ed871ed2673979d.zip
madwifi: cosmetic fixes for maxrate/minrate
SVN-Revision: 15961
Diffstat (limited to 'package/madwifi/patches/357-bgscan_thresh.patch')
-rw-r--r--package/madwifi/patches/357-bgscan_thresh.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/357-bgscan_thresh.patch b/package/madwifi/patches/357-bgscan_thresh.patch
index c9d60ea856..df0a6c29d9 100644
--- a/package/madwifi/patches/357-bgscan_thresh.patch
+++ b/package/madwifi/patches/357-bgscan_thresh.patch
@@ -7,7 +7,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
--- a/net80211/ieee80211_ioctl.h
+++ b/net80211/ieee80211_ioctl.h
@@ -646,6 +646,7 @@ enum {
- 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 */
+ IEEE80211_PARAM_BGSCAN_THRESH = 79, /* bg scan rssi threshold */