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

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
......@@ -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);
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment