diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2023-02-15 18:30:26 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-08-29 17:30:54 +0200 |
| commit | 88d42b4f37fe5b74fe4c3cc85423733005f99b34 (patch) | |
| tree | 519a4a3ed2bd8fb0cf606d4e7b95170682c0008d | |
| parent | f01c5e335fbb7fb612d40f14a3c02e2612a43d3b (diff) | |
| download | linux-88d42b4f37fe5b74fe4c3cc85423733005f99b34.tar.gz linux-88d42b4f37fe5b74fe4c3cc85423733005f99b34.tar.bz2 linux-88d42b4f37fe5b74fe4c3cc85423733005f99b34.zip | |
wifi: mac80211: add documentation for amsdu_mesh_control
commit 3caf31e7b18a90b74a2709d761a0dfa423f2c2e4 upstream.
This documentation wasn't added in the original patch,
add it now.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 6e4c0d0460bd ("wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDU")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index dbf441a0ac6b..09db542fd202 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -621,6 +621,8 @@ struct link_sta_info { * taken from HT/VHT capabilities or VHT operating mode notification * @cparams: CoDel parameters for this station. * @reserved_tid: reserved TID (if any, otherwise IEEE80211_TID_UNRESERVED) + * @amsdu_mesh_control: track the mesh A-MSDU format used by the peer + * (-1: not yet known, 0: non-standard [without mesh header], 1: standard) * @fast_tx: TX fastpath information * @fast_rx: RX fastpath information * @tdls_chandef: a TDLS peer can have a wider chandef that is compatible to |
