1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>RX A-MPDU aggregation</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="aggregation.html" title="Chapter 16. Aggregation"><link rel="prev" href="aggregation.html" title="Chapter 16. Aggregation"><link rel="next" href="API-enum-ieee80211-ampdu-mlme-action.html" title="enum ieee80211_ampdu_mlme_action"></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">RX A-MPDU aggregation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="aggregation.html">Prev</a> </td><th width="60%" align="center">Chapter 16. Aggregation</th><td width="20%" align="right"> <a accesskey="n" href="API-enum-ieee80211-ampdu-mlme-action.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp1114298660"></a>RX A-MPDU aggregation</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="API-enum-ieee80211-ampdu-mlme-action.html"><span class="phrase">enum ieee80211_ampdu_mlme_action</span></a></span><span class="refpurpose"> — 2 A-MPDU actions 3 </span></dt></dl></div><p> 4 </p><p> 5 Aggregation on the RX side requires only implementing the 6 <em class="parameter"><code>ampdu_action</code></em> callback that is invoked to start/stop any 7 block-ack sessions for RX aggregation. 8 </p><p> 9 When RX aggregation is started by the peer, the driver is 10 notified via <em class="parameter"><code>ampdu_action</code></em> function, with the 11 <code class="constant">IEEE80211_AMPDU_RX_START</code> action, and may reject the request 12 in which case a negative response is sent to the peer, if it 13 accepts it a positive response is sent. 14 </p><p> 15 While the session is active, the device/driver are required 16 to de-aggregate frames and pass them up one by one to mac80211, 17 which will handle the reorder buffer. 18 </p><p> 19 When the aggregation session is stopped again by the peer or 20 ourselves, the driver's <em class="parameter"><code>ampdu_action</code></em> function will be called 21 with the action <code class="constant">IEEE80211_AMPDU_RX_STOP</code>. In this case, the 22 call must not fail. 23</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="aggregation.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="aggregation.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-enum-ieee80211-ampdu-mlme-action.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 16. Aggregation </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">enum ieee80211_ampdu_mlme_action</span></td></tr></table></div></body></html> 24