IEEE80211_GET_RADIO_
Section: The basic mac80211 driver inte (9)
Updated: February 2011
Index
Return to Main Contents
NAME
ieee80211_get_radio_led_name - get name of radio LED
SYNOPSIS
-
char * ieee80211_get_radio_led_name(struct ieee80211_hw * hw);
ARGUMENTS
hw
-
- the hardware to get the LED trigger name for
DESCRIPTION
mac80211 creates a radio change 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.
AUTHOR
Johannes Berg <johannes@sipsolutions.net>
-
Author.
COPYRIGHT