Home
last modified time | relevance | path

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

/openbmc/linux/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) in ath9k_init_softc()
764 ah->config.led_active_high = ath9k_led_active_high == 1; in ath9k_init_softc()