diff options
author | Bob Copeland <me@bobcopeland.com> | 2015-01-09 14:15:50 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-01-23 12:12:06 -0500 |
commit | 4b12462a3a7f44066aa2885a487a5154f5f75c99 (patch) | |
tree | 9c5a130b7c5d012a89c6de1f14e30fc7b5eae091 /drivers/net/wireless | |
parent | 90dccb73e985a4efb278dcab83cd57d40aa35419 (diff) |
wcn36xx: initialize dxe lock
The dxe lock is missing its initialization, so add it.
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ath/wcn36xx/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c index 7dd8873f757e..972bb3e653a1 100644 --- a/drivers/net/wireless/ath/wcn36xx/main.c +++ b/drivers/net/wireless/ath/wcn36xx/main.c | |||
@@ -298,6 +298,8 @@ static int wcn36xx_start(struct ieee80211_hw *hw) | |||
298 | wcn36xx_debugfs_init(wcn); | 298 | wcn36xx_debugfs_init(wcn); |
299 | 299 | ||
300 | INIT_LIST_HEAD(&wcn->vif_list); | 300 | INIT_LIST_HEAD(&wcn->vif_list); |
301 | spin_lock_init(&wcn->dxe_lock); | ||
302 | |||
301 | return 0; | 303 | return 0; |
302 | 304 | ||
303 | out_smd_stop: | 305 | out_smd_stop: |