ath9k: Use CONFIG_ATH9K_WOW
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Mon, 28 Oct 2013 06:52:04 +0000 (12:22 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 2 Dec 2013 19:24:54 +0000 (14:24 -0500)
commite60001e7167536d99bb2026367751704c623f9f8
tree1f8baa634abac0bae7819856e0599880a68e963b
parentbb00b1f786efc4c38d8e1e3e0e1996a59277a90e
ath9k: Use CONFIG_ATH9K_WOW

Move the WoW code to wow.c and compile it conditionally
based on CONFIG_ATH9K_WOW.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/Makefile
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/hw.h
drivers/net/wireless/ath/ath9k/init.c
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/wow.c [new file with mode: 0644]