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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dinit.c52 static int ath9k_led_active_high = -1; variable
53 module_param_named(led_active_high, ath9k_led_active_high, int, 0444);
607 if (ath9k_led_active_high != -1) ath9k_init_softc()
608 ah->config.led_active_high = ath9k_led_active_high == 1; ath9k_init_softc()

Completed in 37 milliseconds