'\" t .\" Title: ieee80211_tx_status .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The basic mac80211 driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_TX_STATUS" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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 \- transmit status callback .SH "SYNOPSIS" .HP \w'void\ ieee80211_tx_status('u .BI "void ieee80211_tx_status(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 Call this function for all transmitted frames after they have been transmitted\&. It is permissible to not call this function for multicast frames but this can affect statistics\&. .PP This function may not be called in IRQ context\&. Calls to this function for a single hardware must be synchronized against each other\&. Calls to this function, \fBieee80211_tx_status_ni\fR and \fBieee80211_tx_status_irqsafe\fR may not be mixed for a single hardware\&. Must not run concurrently with \fBieee80211_rx\fR or \fBieee80211_rx_ni\fR\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br