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 | 5820c0fef2769250d96ad0e40ed871ed2673979d (patch) | |
tree | 862d8bc8dc2cdd9e678cecb16b4d4de2a932a534 /package/madwifi/patches/340-maxrate.patch | |
parent | 9959defa0ead40d429215dbf709da4f9f3d822f9 (diff) | |
download | upstream-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/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 |