From: Sujith Manoharan Date: Fri, 30 Jan 2015 13:35:26 +0000 (+0530) Subject: ath9k: Fix wow init/deinit X-Git-Tag: fixes-v4.0-rc1~150^2~10^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661d25815ea533d06c7535ddd1c4810fa7ab9e22;p=pandora-kernel.git ath9k: Fix wow init/deinit Registering the card as a wakeup source needs to be done once, during initialization. When the WOW configuration changes, the card's status as wakeup source needs to be changed too and this is done via the set_wakeup() callback. Also, make sure the device is removed properly using ath9k_deinit_wow(). Signed-off-by: Sujith Manoharan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed