ath10k: protect wep tx key setup
authorMichal Kazior <michal.kazior@tieto.com>
Mon, 26 May 2014 09:46:03 +0000 (12:46 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 27 May 2014 09:28:14 +0000 (12:28 +0300)
commit911e6c0d8deeeaf526e67bde47bb6a40f0fd46aa
tree70de71343be57a67a4d8c3b39ae39d32f615aa46
parentbca7bafbe2b75ed31cc6943b81218ea0f8a13686
ath10k: protect wep tx key setup

All configuration sequences should be protected
with conf_mutex to avoid concurrent/conflicting
requests.

This should make sure that wep tx key setup is not
performed while hw is restarted (at least).

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c