commit | 2ab03a6b962eb9ff34846156b324eb411837b331 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Apr 23 19:30:05 2014 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Apr 24 09:22:41 2014 +0300 |
tree | 0465ea3c8005f2dc45e54e5ab82d4277470d1b42 | |
parent | ec6bc5523b40008448bad5eadcdcf4cdbf9c7054 [diff] |
ath10k: make sure to not use invalid beacon pointer If DMA mapping of next beacon failed it was possible for next SWBA to access a pointer that was already unmapped and freed. This could cause memory corruption. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>