diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-07-10 13:32:09 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-07-12 16:07:25 -0400 |
commit | 3ef8bed4692a0de6a47d162196c850c5dea85b70 (patch) | |
tree | 69aee2bb1eee824449dc74e9427248e4806661d0 /net/mac80211/ieee80211.c | |
parent | 40f7cac9f8dd662c1dd02334afdceef0be03e34f (diff) |
[PATCH] mac80211: kill rate control ioctls
These aren't used anywhere (hostapd, wpa_supplicant) and until we
have a proper interface to the rate control algorithms they don't
make much sense either since e.g. rc80211_lowest won't honour them.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211.c')
-rw-r--r-- | net/mac80211/ieee80211.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211.c b/net/mac80211/ieee80211.c index e91698308f31..773a103ee3a1 100644 --- a/net/mac80211/ieee80211.c +++ b/net/mac80211/ieee80211.c | |||
@@ -4924,8 +4924,6 @@ struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len, | |||
4924 | local->short_retry_limit = 7; | 4924 | local->short_retry_limit = 7; |
4925 | local->long_retry_limit = 4; | 4925 | local->long_retry_limit = 4; |
4926 | local->hw.conf.radio_enabled = 1; | 4926 | local->hw.conf.radio_enabled = 1; |
4927 | local->rate_ctrl_num_up = RATE_CONTROL_NUM_UP; | ||
4928 | local->rate_ctrl_num_down = RATE_CONTROL_NUM_DOWN; | ||
4929 | 4927 | ||
4930 | local->enabled_modes = (unsigned int) -1; | 4928 | local->enabled_modes = (unsigned int) -1; |
4931 | 4929 | ||