]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Cleanup beacon queue configuration
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Tue, 17 Jul 2012 11:46:09 +0000 (17:16 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 17 Jul 2012 19:11:39 +0000 (15:11 -0400)
commit37f23e9805504b7b8497e9bf1f25dee2d5e7d452
treeff741c00befa89883e12c5418b01243df5dd135a
parentf7d5e2e65d6ce1aa68cbc9f082e05a053c9fb3a7
ath9k: Cleanup beacon queue configuration

Setup the beacon queue parameters after disabling
interrupts. Also, remove the redundant call in conf_tx()
for IBSS mode since the queue would be configured
with the appropriate cwmin/cwmax values when beaconing
is enabled.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/beacon.c
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/xmit.c