diff options
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r-- | net/mac80211/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 4bfac4b41c51..72e3f5574e9f 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -1280,8 +1280,6 @@ struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len, | |||
1280 | 1280 | ||
1281 | local->hw.queues = 1; /* default */ | 1281 | local->hw.queues = 1; /* default */ |
1282 | 1282 | ||
1283 | local->bridge_packets = 1; | ||
1284 | |||
1285 | local->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; | 1283 | local->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; |
1286 | local->fragmentation_threshold = IEEE80211_MAX_FRAG_THRESHOLD; | 1284 | local->fragmentation_threshold = IEEE80211_MAX_FRAG_THRESHOLD; |
1287 | local->short_retry_limit = 7; | 1285 | local->short_retry_limit = 7; |