1. NAME

ieee80211_get_tx_led_name - get name of TX LED

2. SYNOPSIS

char * ieee80211_get_tx_led_name(struct ieee80211_hw *  hw );

3. ARGUMENTS

hw
    the hardware to get the LED trigger name for

4. DESCRIPTION

mac80211 creates a transmit LED trigger for each wireless hardware that can be used to drive LEDs if your driver registers a LED device. This function returns the name (or NULL if not configured for LEDs) of the trigger so you can automatically link the LED device.

5. RETURN

The name of the LED trigger. NULL if not configured for LEDs.

6. AUTHOR

Johannes Berg <>
    Author.

7. COPYRIGHT