[PATCH 089/379][SRU][OEM-5.6] mac80211: fix two missing documentation entries
You-Sheng Yang
vicamo.yang at canonical.com
Wed Dec 23 08:47:02 UTC 2020
From: Johannes Berg <johannes.berg at intel.com>
BugLink: https://bugs.launchpad.net/bugs/1879633
Add documentation for two struct entries that was missing.
Signed-off-by: Johannes Berg <johannes.berg at intel.com>
Link: https://lore.kernel.org/r/20200424123945.6b23a26ab5e7.I664440ab5f33442df8103253bf5b9fe84be8d58c@changeid
Signed-off-by: Johannes Berg <johannes.berg at intel.com>
(cherry picked from commit b6b5c42e3bab939d357d800fd313e3c995164065)
Signed-off-by: You-Sheng Yang <vicamo.yang at canonical.com>
---
include/net/mac80211.h | 2 ++
net/mac80211/sta_info.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 6652132465f6..a2a7cd1d3525 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -818,6 +818,8 @@ enum mac80211_tx_info_flags {
* @IEEE80211_TX_CTRL_AMSDU: This frame is an A-MSDU frame
* @IEEE80211_TX_CTRL_FAST_XMIT: This frame is going through the fast_xmit path
* @IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP: This frame skips mesh path lookup
+ * @IEEE80211_TX_CTRL_HW_80211_ENCAP: This frame uses hardware encapsulation
+ * (header conversion)
*
* These flags are used in tx_info->control.flags.
*/
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 552eed36faca..12b9b966943e 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -68,6 +68,8 @@
* @WLAN_STA_MPSP_RECIPIENT: local STA is recipient of a MPSP.
* @WLAN_STA_PS_DELIVER: station woke up, but we're still blocking TX
* until pending frames are delivered
+ * @WLAN_STA_USES_ENCRYPTION: This station was configured for encryption,
+ * so drop all packets without a key later.
*
* @NUM_WLAN_STA_FLAGS: number of defined flags
*/
--
2.29.2
More information about the kernel-team
mailing list