1IEEE80211_GET_RX_LED(9)    Advanced driver interface   IEEE80211_GET_RX_LED(9)
2
3
4

NAME

6       ieee80211_get_rx_led_name - get name of RX LED
7

SYNOPSIS

9       const char * ieee80211_get_rx_led_name(struct ieee80211_hw * hw);
10

ARGUMENTS

12       hw
13           the hardware to get the LED trigger name for
14

DESCRIPTION

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

RETURN

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

AUTHOR

25       Johannes Berg <johannes@sipsolutions.net>
26           Author.
27
29Kernel Hackers Manual 3.10         June 2019           IEEE80211_GET_RX_LED(9)
Impressum