Commit ef0a68a8 authored by Bing Zhao's avatar Bing Zhao Committed by John W. Linville
Browse files

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: default avatarBing Zhao <bzhao@marvell.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4dbc13fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#include "11n.h"
#include "cfg80211.h"

static int disconnect_on_suspend = 1;
static int disconnect_on_suspend;
module_param(disconnect_on_suspend, int, 0644);

/*