diff options
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/80211.tmpl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/DocBook/80211.tmpl b/Documentation/DocBook/80211.tmpl index a9384e871882..3d230cf57cff 100644 --- a/Documentation/DocBook/80211.tmpl +++ b/Documentation/DocBook/80211.tmpl | |||
@@ -442,6 +442,21 @@ | |||
442 | <para>TBD</para> | 442 | <para>TBD</para> |
443 | !Finclude/net/mac80211.h ieee80211_scan_completed | 443 | !Finclude/net/mac80211.h ieee80211_scan_completed |
444 | </chapter> | 444 | </chapter> |
445 | |||
446 | <chapter id="aggregation"> | ||
447 | <title>Aggregation</title> | ||
448 | <sect1> | ||
449 | <title>TX A-MPDU aggregation</title> | ||
450 | !Pnet/mac80211/agg-tx.c TX A-MPDU aggregation | ||
451 | !Cnet/mac80211/agg-tx.c | ||
452 | </sect1> | ||
453 | <sect1> | ||
454 | <title>RX A-MPDU aggregation</title> | ||
455 | !Pnet/mac80211/agg-rx.c RX A-MPDU aggregation | ||
456 | !Cnet/mac80211/agg-rx.c | ||
457 | </sect1> | ||
458 | !Finclude/net/mac80211.h ieee80211_ampdu_mlme_action | ||
459 | </chapter> | ||
445 | </part> | 460 | </part> |
446 | 461 | ||
447 | <part id="rate-control"> | 462 | <part id="rate-control"> |
@@ -510,6 +525,13 @@ | |||
510 | </sect1> | 525 | </sect1> |
511 | </chapter> | 526 | </chapter> |
512 | 527 | ||
528 | <chapter id="aggregation-internals"> | ||
529 | <title>Aggregation</title> | ||
530 | !Fnet/mac80211/sta_info.h sta_ampdu_mlme | ||
531 | !Fnet/mac80211/sta_info.h tid_ampdu_tx | ||
532 | !Fnet/mac80211/sta_info.h tid_ampdu_rx | ||
533 | </chapter> | ||
534 | |||
513 | <chapter id="synchronisation"> | 535 | <chapter id="synchronisation"> |
514 | <title>Synchronisation</title> | 536 | <title>Synchronisation</title> |
515 | <para>TBD</para> | 537 | <para>TBD</para> |