Disable WOW on bcmdhd and do automatic power on for wifi

http://forum.armbian.com/index.php/topic/872-beelink-x2-with-armbian-possible/?p=16785
This commit is contained in:
Igor Pecovnik 2016-10-02 20:42:37 +02:00
parent 073c8a7248
commit 47714a8abd
4 changed files with 86 additions and 2 deletions

View file

@ -0,0 +1,16 @@
diff -Nur a/drivers/net/wireless/bcmdhd/Kconfig b/drivers/net/wireless/bcmdhd/Kconfig
--- a/drivers/net/wireless/bcmdhd/Kconfig 2016-09-30 19:30:00.000000000 +0200
+++ b/drivers/net/wireless/bcmdhd/Kconfig 2016-10-02 10:52:10.220177127 +0200
@@ -26,6 +26,12 @@
help
Enables WEXT support
+config BCMDHD_DISABLE_WOWLAN
+ bool "Disable Wake on WLAN"
+ depends on BCMDHD
+ help
+ Disables Wake on WLAN
+
choice
prompt "Enable Chip Interface"
depends on BCMDHD