1IEEE80211_GET_TX_LED(9) Advanced driver interface IEEE80211_GET_TX_LED(9)
2
3
4
6 ieee80211_get_tx_led_name - get name of TX LED
7
9 const char * ieee80211_get_tx_led_name(struct ieee80211_hw * hw);
10
12 hw
13 the hardware to get the LED trigger name for
14
16 mac80211 creates a transmit 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
22 The name of the LED trigger. NULL if not configured for LEDs.
23
25 Johannes Berg <johannes@sipsolutions.net>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 IEEE80211_GET_TX_LED(9)