'\" t .\" Title: ieee80211_get_rx_led_name .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Advanced driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_GET_RX_LED" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Advanced driver interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ieee80211_get_rx_led_name \- get name of RX LED .SH "SYNOPSIS" .HP \w'const\ char\ *\ ieee80211_get_rx_led_name('u .BI "const char * ieee80211_get_rx_led_name(struct\ ieee80211_hw\ *\ " "hw" ");" .SH "ARGUMENTS" .PP \fIhw\fR .RS 4 the hardware to get the LED trigger name for .RE .SH "DESCRIPTION" .PP .PP 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 \fBNULL\fR if not configured for LEDs) of the trigger so you can automatically link the LED device\&. .SH "RETURN" .PP The name of the LED trigger\&. \fBNULL\fR if not configured for LEDs\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br