projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dbc13f
)
mwifiex: wowlan: do not disconnect on suspend
author
Bing Zhao
<bzhao@marvell.com>
Sat, 7 Jun 2014 02:47:44 +0000
(19:47 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 19 Jun 2014 19:49:16 +0000
(15:49 -0400)
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>
drivers/net/wireless/mwifiex/sta_ioctl.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mwifiex/sta_ioctl.c
b/drivers/net/wireless/mwifiex/sta_ioctl.c
index 536c14aa71f39cb0e4f73417429fca55258af5ed..229526356d9bbd734b5aa03283aecb805be24e2e 100644
(file)
--- a/
drivers/net/wireless/mwifiex/sta_ioctl.c
+++ b/
drivers/net/wireless/mwifiex/sta_ioctl.c
@@
-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);
/*