]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: simplify ath10k_ce_init() wake up handling
authorKalle Valo <kvalo@qca.qualcomm.com>
Sun, 1 Sep 2013 07:02:15 +0000 (10:02 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 3 Sep 2013 06:49:08 +0000 (09:49 +0300)
commit76dc93ecda4a5e5684bf80e3a8f14a9a8d5f485f
tree3c518d992b0e1aae2557c0d0df14d0c4367ec83d
parentf6f814d4b9c187136a57b4ab693d8133c923d405
ath10k: simplify ath10k_ce_init() wake up handling

ath10k_ce_init() and the functions it calls wakeup
the chip multiple times. Simplify that to call
ath10k_pci_wake() only once. This also makes it
easier to add error handling when wakeup fails.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/ce.c