diff options
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 3bfc6c6c8c4a..a38a82c785dd 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -97,7 +97,7 @@ struct ieee80211_ht_bss_info { | |||
97 | * for A-MPDU operation. | 97 | * for A-MPDU operation. |
98 | */ | 98 | */ |
99 | enum ieee80211_max_queues { | 99 | enum ieee80211_max_queues { |
100 | IEEE80211_MAX_QUEUES = 16, | 100 | IEEE80211_MAX_QUEUES = 4, |
101 | IEEE80211_MAX_AMPDU_QUEUES = 16, | 101 | IEEE80211_MAX_AMPDU_QUEUES = 16, |
102 | }; | 102 | }; |
103 | 103 | ||