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 0785d04a80bc..935d6e2491b1 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -619,6 +619,9 @@ struct ieee80211_hw *ieee80211_alloc_hw_nm(size_t priv_data_len, | |||
619 | spin_lock_init(&local->rx_path_lock); | 619 | spin_lock_init(&local->rx_path_lock); |
620 | spin_lock_init(&local->queue_stop_reason_lock); | 620 | spin_lock_init(&local->queue_stop_reason_lock); |
621 | 621 | ||
622 | INIT_LIST_HEAD(&local->active_txqs); | ||
623 | spin_lock_init(&local->active_txq_lock); | ||
624 | |||
622 | INIT_LIST_HEAD(&local->chanctx_list); | 625 | INIT_LIST_HEAD(&local->chanctx_list); |
623 | mutex_init(&local->chanctx_mtx); | 626 | mutex_init(&local->chanctx_mtx); |
624 | 627 | ||