mac80211: brcmfmac: backport scheduled scan cleanup and chip support
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / 401-ath9k_blink_default.patch
1 --- a/drivers/net/wireless/ath/ath9k/init.c
2 +++ b/drivers/net/wireless/ath/ath9k/init.c
3 @@ -47,7 +47,7 @@ int ath9k_modparam_nohwcrypt;
4 module_param_named(nohwcrypt, ath9k_modparam_nohwcrypt, int, 0444);
5 MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption");
6
7 -int ath9k_led_blink;
8 +int ath9k_led_blink = 1;
9 module_param_named(blink, ath9k_led_blink, int, 0444);
10 MODULE_PARM_DESC(blink, "Enable LED blink on activity");
11