summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/341-minrate.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-21 18:11:08 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-21 18:11:08 +0000
commitb471be98aebf6700944aefddbfaecbaf6365f388 (patch)
treebc9855e56dfcc3a710ca67ff73e3689c660488ac /package/madwifi/patches/341-minrate.patch
parentb71e3af2691544427ef84303f7814b1dc15a776d (diff)
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/341-minrate.patch')
-rw-r--r--package/madwifi/patches/341-minrate.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/341-minrate.patch b/package/madwifi/patches/341-minrate.patch
index 6f448afa6..53567e2f5 100644
--- a/package/madwifi/patches/341-minrate.patch
+++ b/package/madwifi/patches/341-minrate.patch
@@ -62,7 +62,7 @@
IEEE80211_PARAM_BEACON_MISS_THRESH = 73, /* Beacon miss threshold (in beacons) */
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) */
};
#define SIOCG80211STATS (SIOCDEVPRIVATE+2)
@@ -71,8 +71,8 @@
@@ -282,6 +282,7 @@ struct ieee80211vap {
struct ieee80211_app_ie app_ie[IEEE80211_APPIE_NUM_OF_FRAME]; /* app-specified IEs by frame type */
u_int32_t app_filter; /* filters which management frames are forwarded to app */
- int iv_maxrateindex;
-+ int iv_minrateindex;
+ u_int iv_maxrateindex;
++ u_int iv_minrateindex;
};
/* Debug functions need the defintion of struct ieee80211vap because iv_debug