提交 ef0a68a8 编写于 作者: B Bing Zhao 提交者: 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: NBing Zhao <bzhao@marvell.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册