summaryrefslogtreecommitdiff
path: root/scripts/cleanpatch
diff options
context:
space:
mode:
authorDedy Lansky <qca_dlansky@qca.qualcomm.com>2014-09-10 17:34:42 +0400
committerJohn W. Linville <linville@tuxdriver.com>2014-09-11 23:27:38 +0400
commitec81b5adf42e02560b3b05a0c8897451cd3d8b29 (patch)
tree20ff75621999758287dcbe03a58d001027b50b82 /scripts/cleanpatch
parent4cf99c93d24f9cdd338ab23cd671e949ee6ca1bd (diff)
downloadlinux-ec81b5adf42e02560b3b05a0c8897451cd3d8b29.tar.xz
wil6210: fix race condition between BACK event and Rx data
While handling Rx packet, BACK event arrives and frees tid_ampdu_rx array. This causes kernel panic while accessing already freed spinlock The fix is to remove tid_ampdu_rx[]'s spinlock and instead use single sta's spinlock to guard the whole tid_ampdu_rx array. Signed-off-by: Dedy Lansky <qca_dlansky@qca.qualcomm.com> Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions