ath9k: fix beacon slot/buffer leak
authorFelix Fietkau <nbd@openwrt.org>
Tue, 19 Jan 2010 19:51:32 +0000 (20:51 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 19 Jan 2010 22:12:51 +0000 (17:12 -0500)
When cleaning up beacon buffers and slots, ath9k currently checks if
sc->ah->opmode is set to a beacon related mode before cleaning up
buffers.
An unfortunate ordering of interface up/down commands can lead to
sc->ah->opmode being set to monitor mode, while there are AP interfaces
present on the same wiphy.
Always cleaning up beacon buffers if present fixes this issue.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found