ieee80211_get_rx_led_name(9) get name of RX LED

SYNOPSIS

char * ieee80211_get_rx_led_name(struct ieee80211_hw * hw);

ARGUMENTS

hw

the hardware to get the LED trigger name for

DESCRIPTION

mac80211 creates a receive 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.

RETURN

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

AUTHOR

Johannes Berg <[email protected]>

Author.

COPYRIGHT