ath9k_led_active_high   55 drivers/net/wireless/ath/ath9k/init.c static int ath9k_led_active_high = -1;
ath9k_led_active_high   56 drivers/net/wireless/ath/ath9k/init.c module_param_named(led_active_high, ath9k_led_active_high, int, 0444);
ath9k_led_active_high  711 drivers/net/wireless/ath/ath9k/init.c 	if (ath9k_led_active_high != -1)
ath9k_led_active_high  712 drivers/net/wireless/ath/ath9k/init.c 		ah->config.led_active_high = ath9k_led_active_high == 1;