diff options
author | David S. Miller <davem@davemloft.net> | 2019-06-14 11:27:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-14 11:27:26 -0700 |
commit | d96ec97511149b447712a5a401b290913cbd4426 (patch) | |
tree | de04d00e75435f57607e1fe99f1339234b0b27ca /Documentation | |
parent | 733f0766c3dea0a92573e38acb62ace3cf4e58c6 (diff) | |
parent | ddb754aa31813fd17d8374eba881827e6e2c85c6 (diff) | |
download | linux-d96ec97511149b447712a5a401b290913cbd4426.tar.bz2 |
Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Johannes Berg says:
====================
Many changes all over:
* HE (802.11ax) work continues
* WPA3 offloads
* work on extended key ID handling continues
* fixes to honour AP supported rates with auth/assoc frames
* nl80211 netlink policy improvements to fix some issues
with strict validation on new commands with old attrs
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-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. |