Searched refs:ath9k_led_active_high (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dinit.c55 static int ath9k_led_active_high = -1; variable
56 module_param_named(led_active_high, ath9k_led_active_high, int, 0444);
763 if (ath9k_led_active_high != -1)
764 ah->config.led_active_high = ath9k_led_active_high == 1;

Completed in 174 milliseconds