]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: allow deepsleep_suspend function when wlan interface down
authorMing Jiang <mjiang@qca.qualcomm.com>
Fri, 13 Apr 2012 13:09:25 +0000 (21:09 +0800)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 16 Apr 2012 06:13:39 +0000 (09:13 +0300)
commit033faa0361bbc4003e88d2a8b9dee4cb491a31d3
tree2e436a25a24831dbcefb52077db3c19fd5f7eabe
parent7c21fc101a1fba53ba36026f867af2c8ab887a46
ath6kl: allow deepsleep_suspend function when wlan interface down

Aafter wlan interface is down WLAN_ENABLED flags will be cleared and
deepsleep_suspend function will be blocked in this senario. This patch
allows deepsleep_suspend function when wlan interface down by removed
the WLAN_ENABLED flag checking.

kvalo: fix commit log

Signed-off-by: Ming Jiang <mjiang@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c