aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211.c')
-rw-r--r--net/mac80211/ieee80211.c2
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