]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Fix issues in the main btcoex timer
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Sun, 1 Mar 2015 06:23:49 +0000 (11:53 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 3 Mar 2015 13:46:59 +0000 (15:46 +0200)
commit9ef324349715b2fbd8fe2e45c990ee8906c01aed
treed705dd81ea3d629002b6e510d75770868c621739
parent022b792957184887d3f3b5b5ec20df56a9822e1e
ath9k: Fix issues in the main btcoex timer

* ath9k_mci_update_rssi() is required only for
  cards that use MCI scheme. Make sure that it
  is not called for 3-wire cards.

* Call ath9k_ps_wakeup() early since register
  accesses are made in ath9k_mci_update_rssi().

* Fix usage of btcoex_lock to handle no_stomp_timer.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/gpio.c