Skip to content
Snippets Groups Projects
Commit cf6cb7ab authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 62520813
No related branches found
No related tags found
No related merge requests found
...@@ -453,9 +453,16 @@ ...@@ -453,9 +453,16 @@
interface and how it relates to mac80211 and drivers. interface and how it relates to mac80211 and drivers.
</para> </para>
</partintro> </partintro>
<chapter id="dummy"> <chapter id="ratecontrol-api">
<title>dummy chapter</title> <title>Rate Control API</title>
<para>TBD</para> <para>TBD</para>
!Finclude/net/mac80211.h ieee80211_start_tx_ba_session
!Finclude/net/mac80211.h ieee80211_start_tx_ba_cb_irqsafe
!Finclude/net/mac80211.h ieee80211_stop_tx_ba_session
!Finclude/net/mac80211.h ieee80211_stop_tx_ba_cb_irqsafe
!Finclude/net/mac80211.h rate_control_changed
!Finclude/net/mac80211.h ieee80211_tx_rate_control
!Finclude/net/mac80211.h rate_control_send_low
</chapter> </chapter>
</part> </part>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment