From b471be98aebf6700944aefddbfaecbaf6365f388 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 21 May 2009 18:11:08 +0000 Subject: madwifi: cosmetic fixes for maxrate/minrate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15961 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches/346-protmode_trig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/madwifi/patches/346-protmode_trig.patch') diff --git a/package/madwifi/patches/346-protmode_trig.patch b/package/madwifi/patches/346-protmode_trig.patch index 1364c559b..830a6a852 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 */ }; -- cgit v1.2.3