Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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);
711 if (ath9k_led_active_high != -1) in ath9k_init_softc()
712 ah->config.led_active_high = ath9k_led_active_high == 1; in ath9k_init_softc()