diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-12-01 03:43:31 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-02 15:16:53 -0500 |
commit | cf6cb7ab59e0b37afe6e76b2e444479bf86bf933 (patch) | |
tree | 75d5b1b5dd2b9aa157a5dc20740aa9b22bb233ec /Documentation/DocBook/80211.tmpl | |
parent | 625208138550562fd3bc731f53f43cb66a3be70a (diff) |
mac80211: publish some rate control docs
Add an API chapter to the rate control part of
the mac80211 book and populate it with some
existing documentation.
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 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/DocBook/80211.tmpl b/Documentation/DocBook/80211.tmpl index 7b30331bc444..a9384e871882 100644 --- a/Documentation/DocBook/80211.tmpl +++ b/Documentation/DocBook/80211.tmpl | |||
@@ -453,9 +453,16 @@ | |||
453 | interface and how it relates to mac80211 and drivers. | 453 | interface and how it relates to mac80211 and drivers. |
454 | </para> | 454 | </para> |
455 | </partintro> | 455 | </partintro> |
456 | <chapter id="dummy"> | 456 | <chapter id="ratecontrol-api"> |
457 | <title>dummy chapter</title> | 457 | <title>Rate Control API</title> |
458 | <para>TBD</para> | 458 | <para>TBD</para> |
459 | !Finclude/net/mac80211.h ieee80211_start_tx_ba_session | ||
460 | !Finclude/net/mac80211.h ieee80211_start_tx_ba_cb_irqsafe | ||
461 | !Finclude/net/mac80211.h ieee80211_stop_tx_ba_session | ||
462 | !Finclude/net/mac80211.h ieee80211_stop_tx_ba_cb_irqsafe | ||
463 | !Finclude/net/mac80211.h rate_control_changed | ||
464 | !Finclude/net/mac80211.h ieee80211_tx_rate_control | ||
465 | !Finclude/net/mac80211.h rate_control_send_low | ||
459 | </chapter> | 466 | </chapter> |
460 | </part> | 467 | </part> |
461 | 468 | ||