commit | 15677a7dbe22976a5cb787a7352ac86bbd196cf1 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Apr 01 22:53:20 2015 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Apr 09 15:00:11 2015 +0300 |
tree | 2f2ebd0ee1442061c90da4fb9606b1c9fd236b59 | |
parent | 7c8cc7eb4f08d8de2cc2a4b093bad1499b47eb45 [diff] |
ath10k: fix static wep with more than 1 key in client mode The default keyidx callback may be called after more than 1 key is installed. This led to only 1 WEP key being reinstalled only. This caused Rxed traffic encrypted with other WEP keys to be dropped in client mode. Tested-by: Bartosz Markowski <bartosz.markowski@tieto.com> Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>