diff options
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r-- | net/mac80211/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 51e0332a4589..df3051d96aff 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -1039,6 +1039,9 @@ int ieee80211_register_hw(struct ieee80211_hw *hw) | |||
1039 | 1039 | ||
1040 | local->dynamic_ps_forced_timeout = -1; | 1040 | local->dynamic_ps_forced_timeout = -1; |
1041 | 1041 | ||
1042 | if (!local->hw.txq_ac_max_pending) | ||
1043 | local->hw.txq_ac_max_pending = 64; | ||
1044 | |||
1042 | result = ieee80211_wep_init(local); | 1045 | result = ieee80211_wep_init(local); |
1043 | if (result < 0) | 1046 | if (result < 0) |
1044 | wiphy_debug(local->hw.wiphy, "Failed to initialize wep: %d\n", | 1047 | wiphy_debug(local->hw.wiphy, "Failed to initialize wep: %d\n", |