Skip to content
Snippets Groups Projects
Commit 2038329b authored by David Mondou's avatar David Mondou
Browse files

Merge branch 'fix-wifi' into 'master'

Disable ath6kl driver power management at start-up

See merge request !25
parents 56cbc8f8 cf26e879
No related branches found
No related tags found
No related merge requests found
...@@ -31,3 +31,5 @@ fi ...@@ -31,3 +31,5 @@ fi
#install ath6kl driver module #install ath6kl driver module
MODVER=$(ls /lib/modules) MODVER=$(ls /lib/modules)
insmod /lib/modules/$MODVER/kernel/drivers/net/wireless/ath/ath6kl/ath6kl_sdio.ko insmod /lib/modules/$MODVER/kernel/drivers/net/wireless/ath/ath6kl/ath6kl_sdio.ko
#disable ath6kl driver runtime power management
iwconfig wlan0 power off
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment