1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ieee80211_tx_info_clear_status</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The 802.11 subsystems – for kernel developers"><link rel="up" href="bk02pt01ch04s05.html" title="functions/definitions"><link rel="prev" href="API-struct-ieee80211-tx-info.html" title="struct ieee80211_tx_info"><link rel="next" href="API-ieee80211-rx.html" title="ieee80211_rx"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">ieee80211_tx_info_clear_status</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-ieee80211-tx-info.html">Prev</a> </td><th width="60%" align="center">functions/definitions</th><td width="20%" align="right"> <a accesskey="n" href="API-ieee80211-rx.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-ieee80211-tx-info-clear-status"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ieee80211_tx_info_clear_status — 2 clear TX status 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">void <b class="fsfunc">ieee80211_tx_info_clear_status </b>(</code></td><td>struct ieee80211_tx_info * <var class="pdparam">info</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1113711492"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>info</code></em></span></dt><dd><p> 4 The <span class="structname">struct ieee80211_tx_info</span> to be cleared. 5 </p></dd></dl></div></div><div class="refsect1"><a name="idp1113713340"></a><h2>Description</h2><p> 6 When the driver passes an skb back to mac80211, it must report 7 a number of things in TX status. This function clears everything 8 in the TX status but the rate control information (it does clear 9 the count since you need to fill that in anyway). 10</p></div><div class="refsect1"><a name="idp1113714196"></a><h2>NOTE</h2><p> 11 You can only use this function if you do NOT use 12 info->driver_data! Use info->rate_driver_data 13 instead if you need only the less space that allows. 14</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-ieee80211-tx-info.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bk02pt01ch04s05.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-ieee80211-rx.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct ieee80211_tx_info</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">ieee80211_rx</span></td></tr></table></div></body></html> 15