'\" t .\" Title: ieee80211_tx_info_clear_status .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: The basic mac80211 driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_TX_INFO_CL" "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_info_clear_status \- clear TX status .SH "SYNOPSIS" .HP \w'void\ ieee80211_tx_info_clear_status('u .BI "void ieee80211_tx_info_clear_status(struct\ ieee80211_tx_info\ *\ " "info" ");" .SH "ARGUMENTS" .PP \fIinfo\fR .RS 4 The struct ieee80211_tx_info to be cleared\&. .RE .SH "DESCRIPTION" .PP When the driver passes an skb back to mac80211, it must report a number of things in TX status\&. This function clears everything in the TX status but the rate control information (it does clear the count since you need to fill that in anyway)\&. .SH "NOTE" .PP You can only use this function if you do NOT use info\->driver_data! Use info\->rate_driver_data instead if you need only the less space that allows\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br