diff options
author | Johannes Berg <johannes.berg@intel.com> | 2020-04-24 12:39:46 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-04-24 12:40:20 +0200 |
commit | b6b5c42e3bab939d357d800fd313e3c995164065 (patch) | |
tree | bf4bba1375106ac346195aca968e8fecc7e9fc0a /net/mac80211 | |
parent | be689f68d040702a3521035d267949d3927971f0 (diff) | |
download | linux-b6b5c42e3bab939d357d800fd313e3c995164065.tar.bz2 |
mac80211: fix two missing documentation entries
Add documentation for two struct entries that was missing.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://lore.kernel.org/r/20200424123945.6b23a26ab5e7.I664440ab5f33442df8103253bf5b9fe84be8d58c@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-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 a5de3aa6ea42..49728047dfad 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -69,6 +69,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 */ |