diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-21 18:11:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-21 18:11:08 +0000 |
commit | 70bea49ea1b4ad10d3d4bf4f73eecf11a3a9584b (patch) | |
tree | bc9855e56dfcc3a710ca67ff73e3689c660488ac /package/madwifi/patches/340-maxrate.patch | |
parent | f9d418f2190a16d7ace862bcffb9d508fb6ee3f1 (diff) | |
download | upstream-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/340-maxrate.patch')
-rw-r--r-- | package/madwifi/patches/340-maxrate.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/340-maxrate.patch b/package/madwifi/patches/340-maxrate.patch index 50374a75c2..4613ed3f56 100644 --- a/package/madwifi/patches/340-maxrate.patch +++ b/package/madwifi/patches/340-maxrate.patch @@ -56,7 +56,7 @@ struct ieee80211_spy iv_spy; /* IWSPY support */ 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; ++ u_int iv_maxrateindex; }; /* Debug functions need the defintion of struct ieee80211vap because iv_debug |