mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-22 21:08:49 +00:00
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:
parent
073c8a7248
commit
47714a8abd
4 changed files with 86 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue