]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath6kl: Check wow state before sending control and data pkt
authorRaja Mani <rmani@qca.qualcomm.com>
Wed, 7 Mar 2012 06:05:04 +0000 (11:35 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 7 Mar 2012 07:34:14 +0000 (09:34 +0200)
commit390a8c8fae2e7072579198414e631984a61c485e
treedfda63cd5afc603317b1f3c07508fd896a036c8d
parent1e9a905d9afd289bf19f02092a56660c2bcc50db
ath6kl: Check wow state before sending control and data pkt

Below two scenarios are taken care in this patch which helped
to fix the firmware crash during wow suspend/resume.

* TX operation (ctrl tx and data tx) has to be controlled based
  on suspend state. i.e, with respect to WOW mode, control packets
  are allowed to send from the host until the suspend state goes
  ATH6KL_STATE_WOW and the data packets are allowed until WOW
  suspend operation starts.

* Similarly, wow resume is NOT allowed if WOW suspend is in progress.

Signed-off-by: Raja Mani <rmani@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c
drivers/net/wireless/ath/ath6kl/core.h
drivers/net/wireless/ath/ath6kl/sdio.c
drivers/net/wireless/ath/ath6kl/txrx.c