summaryrefslogtreecommitdiffstats
path: root/bcmdhd/config
diff options
context:
space:
mode:
authormark_tzeng <mark_tzeng@htc.com>2014-07-07 12:23:25 -0700
committerDmitry Shmidt <dimitrysh@google.com>2014-07-07 12:23:25 -0700
commit4e09c4751e91a48747cc7c0408be0be2f31f2c3f (patch)
tree4f2a3dffa0b7b24a76c3dedcf8d338291fb5e9e8 /bcmdhd/config
parent2a8ddef7173cf4aad90628b3a516bafe6102d8c7 (diff)
downloadhardware_broadcom_wlan-4e09c4751e91a48747cc7c0408be0be2f31f2c3f.zip
hardware_broadcom_wlan-4e09c4751e91a48747cc7c0408be0be2f31f2c3f.tar.gz
hardware_broadcom_wlan-4e09c4751e91a48747cc7c0408be0be2f31f2c3f.tar.bz2
bcmdhd: Set wowlan_triggers=any in wpa_supplicant overlay file
New kernel will call cfg80211_leave_all() on suspend if wowlan is not set Change-Id: I17e3515910b4dceb7c0b15c241fe60eb80a692bc Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'bcmdhd/config')
-rw-r--r--bcmdhd/config/p2p_supplicant_overlay.conf1
-rw-r--r--bcmdhd/config/wpa_supplicant_overlay.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/bcmdhd/config/p2p_supplicant_overlay.conf b/bcmdhd/config/p2p_supplicant_overlay.conf
index 67f3869..e44c477 100644
--- a/bcmdhd/config/p2p_supplicant_overlay.conf
+++ b/bcmdhd/config/p2p_supplicant_overlay.conf
@@ -1,4 +1,5 @@
disable_scan_offload=1
+wowlan_triggers=any
p2p_no_go_freq=5170-5740
p2p_search_delay=0
no_ctrl_interface= \ No newline at end of file
diff --git a/bcmdhd/config/wpa_supplicant_overlay.conf b/bcmdhd/config/wpa_supplicant_overlay.conf
index 8c7c1f1..84d19d8 100644
--- a/bcmdhd/config/wpa_supplicant_overlay.conf
+++ b/bcmdhd/config/wpa_supplicant_overlay.conf
@@ -1,3 +1,4 @@
disable_scan_offload=1
+wowlan_triggers=any
p2p_disabled=1
no_ctrl_interface= \ No newline at end of file