'\" t .\" Title: ieee80211_tx_status_ni .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: The basic mac80211 driver interface .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "IEEE80211_TX_STATUS_" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "The basic mac80211 driver inte" .\" ----------------------------------------------------------------- .\" * 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_tx_status_ni \- transmit status callback (in process context) .SH "SYNOPSIS" .HP \w'void\ ieee80211_tx_status_ni('u .BI "void ieee80211_tx_status_ni(struct\ ieee80211_hw\ *\ " "hw" ", struct\ sk_buff\ *\ " "skb" ");" .SH "ARGUMENTS" .PP \fIhw\fR .RS 4 the hardware the frame was transmitted by .RE .PP \fIskb\fR .RS 4 the frame that was transmitted, owned by mac80211 after this call .RE .SH "DESCRIPTION" .PP .PP Like \fBieee80211_tx_status\fR but can be called in process context\&. .PP Calls to this function, \fBieee80211_tx_status\fR and \fBieee80211_tx_status_irqsafe\fR may not be mixed for a single hardware\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br