diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-12-01 09:43:32 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-02 15:16:54 -0500 |
commit | e16c01030b8794992590ff9b1b1e4b1b89e0cad3 (patch) | |
tree | 1734c919ac1ee5c728b66798315a0d02de635203 /Documentation/DocBook/80211.tmpl | |
parent | cf6cb7ab59e0b37afe6e76b2e444479bf86bf933 (diff) | |
download | linux-3.10-e16c01030b8794992590ff9b1b1e4b1b89e0cad3.tar.gz linux-3.10-e16c01030b8794992590ff9b1b1e4b1b89e0cad3.tar.bz2 linux-3.10-e16c01030b8794992590ff9b1b1e4b1b89e0cad3.zip |
mac80211: document aggregation
Include the aggregation documentation in the
docbook, split up by public and internal docs.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Documentation/DocBook/80211.tmpl')
-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 a9384e87188..3d230cf57cf 100644 --- a/Documentation/DocBook/80211.tmpl +++ b/Documentation/DocBook/80211.tmpl @@ -442,6 +442,21 @@ <para>TBD</para> !Finclude/net/mac80211.h ieee80211_scan_completed </chapter> + + <chapter id="aggregation"> + <title>Aggregation</title> + <sect1> + <title>TX A-MPDU aggregation</title> +!Pnet/mac80211/agg-tx.c TX A-MPDU aggregation +!Cnet/mac80211/agg-tx.c + </sect1> + <sect1> + <title>RX A-MPDU aggregation</title> +!Pnet/mac80211/agg-rx.c RX A-MPDU aggregation +!Cnet/mac80211/agg-rx.c + </sect1> +!Finclude/net/mac80211.h ieee80211_ampdu_mlme_action + </chapter> </part> <part id="rate-control"> @@ -510,6 +525,13 @@ </sect1> </chapter> + <chapter id="aggregation-internals"> + <title>Aggregation</title> +!Fnet/mac80211/sta_info.h sta_ampdu_mlme +!Fnet/mac80211/sta_info.h tid_ampdu_tx +!Fnet/mac80211/sta_info.h tid_ampdu_rx + </chapter> + <chapter id="synchronisation"> <title>Synchronisation</title> <para>TBD</para> |