diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-14 09:50:15 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-14 20:02:21 (GMT) |
commit | 463e3ed3eacc8f47866e5d612bd8ee0bcee5e2f0 (patch) | |
tree | 1de19d4abf710b72044d7ec2854d92f5066d5941 /include/asm-generic | |
parent | a1fe52801a992e590cdaee2fb47a94bac9b5da90 (diff) | |
download | linux-fsl-qoriq-463e3ed3eacc8f47866e5d612bd8ee0bcee5e2f0.tar.xz |
ath9k: remove sc->rx.rxbuflock to fix a deadlock
The commit "ath9k: fix rx flush handling" added a deadlock that happens
because ath_rx_tasklet is called in a section that has already taken the
rx buffer lock.
It seems that the only purpose of the rxbuflock was a band-aid fix to the
reset vs rx tasklet race, which has been properly fixed in the commit
"ath9k: add a better fix for the rx tasklet vs rx flush race".
Now that the fix is in, we can safely remove the lock to avoid such issues.
Cc: stable@vger.kernel.org
Reported-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/asm-generic')
0 files changed, 0 insertions, 0 deletions