diff options
author | Johannes Berg <johannes.berg@intel.com> | 2019-05-16 11:44:52 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-06-14 14:17:37 +0200 |
commit | 1e87fec9fa52a6f7c223998d6bfbd3464eb37e31 (patch) | |
tree | cf0ed29354439264496250104807143bffd1231e /Documentation/driver-api | |
parent | ieee80211: Add a missing extended capability flag definition (diff) | |
download | linux-1e87fec9fa52a6f7c223998d6bfbd3464eb37e31.tar.xz linux-1e87fec9fa52a6f7c223998d6bfbd3464eb37e31.zip |
mac80211: call rate_control_send_low() internally
There's no rate control algorithm that *doesn't* want to call
it internally, and calling it internally will let us modify
its behaviour in the future.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/80211/mac80211-advanced.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/80211/mac80211-advanced.rst b/Documentation/driver-api/80211/mac80211-advanced.rst index 70a89b2163c2..9f1c5bb7ac35 100644 --- a/Documentation/driver-api/80211/mac80211-advanced.rst +++ b/Documentation/driver-api/80211/mac80211-advanced.rst @@ -226,9 +226,6 @@ TBD .. kernel-doc:: include/net/mac80211.h :functions: ieee80211_tx_rate_control -.. kernel-doc:: include/net/mac80211.h - :functions: rate_control_send_low - TBD This part of the book describes mac80211 internals. |