aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r--net/mac80211/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index a6f8e3a646d4..070f77862014 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -597,8 +597,8 @@ struct ieee80211_hw *ieee80211_alloc_hw_nm(size_t priv_data_len,
597 local->hw.queues = 1; 597 local->hw.queues = 1;
598 local->hw.max_rates = 1; 598 local->hw.max_rates = 1;
599 local->hw.max_report_rates = 0; 599 local->hw.max_report_rates = 0;
600 local->hw.max_rx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF; 600 local->hw.max_rx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF_HT;
601 local->hw.max_tx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF; 601 local->hw.max_tx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF_HT;
602 local->hw.offchannel_tx_hw_queue = IEEE80211_INVAL_HW_QUEUE; 602 local->hw.offchannel_tx_hw_queue = IEEE80211_INVAL_HW_QUEUE;
603 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; 603 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long;
604 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; 604 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short;