diff options
author | Bing Zhao <bzhao@marvell.com> | 2014-06-06 22:47:44 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-06-19 15:49:16 -0400 |
commit | ef0a68a832cccfc8400aa32b2a3d65e16d29ae9d (patch) | |
tree | 30ef4a7867563d0ac7ae63d103513e3036419b50 | |
parent | 4dbc13fae485c2519e995b2e0d8580641f14cad0 (diff) |
mwifiex: wowlan: do not disconnect on suspend
For users who do not need wowlan, load mwifiex.ko with
disconnect_on_suspend = 1; or iw phy0 wowlan disable.
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/mwifiex/sta_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/sta_ioctl.c b/drivers/net/wireless/mwifiex/sta_ioctl.c index 536c14aa71f3..229526356d9b 100644 --- a/drivers/net/wireless/mwifiex/sta_ioctl.c +++ b/drivers/net/wireless/mwifiex/sta_ioctl.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include "11n.h" | 26 | #include "11n.h" |
27 | #include "cfg80211.h" | 27 | #include "cfg80211.h" |
28 | 28 | ||
29 | static int disconnect_on_suspend = 1; | 29 | static int disconnect_on_suspend; |
30 | module_param(disconnect_on_suspend, int, 0644); | 30 | module_param(disconnect_on_suspend, int, 0644); |
31 | 31 | ||
32 | /* | 32 | /* |