diff options
author | John Crispin <john@phrozen.org> | 2019-07-29 06:23:41 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-07-29 10:34:52 -0400 |
commit | 90d4962cfc87a6994a19db0d76e1fa214dd67267 (patch) | |
tree | 5f35a899a8368d7b340c96010be98980a496a4f8 | |
parent | d34990bbc25559fa1af5e23759c65a3951cbc956 (diff) |
mac80211: fix ieee80211_he_oper_size() comment
Johannes mentioned that the comment should not reference mac80211 as other
subsystems might call the helper.
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20190729102342.8659-1-john@phrozen.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r-- | include/linux/ieee80211.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index a656f31262f1..9c81895c63c1 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -2053,8 +2053,8 @@ ieee80211_he_ppe_size(u8 ppe_thres_hdr, const u8 *phy_cap_info) | |||
2053 | * ieee80211_he_oper_size - calculate 802.11ax HE Operations IE size | 2053 | * ieee80211_he_oper_size - calculate 802.11ax HE Operations IE size |
2054 | * @he_oper_ie: byte data of the He Operations IE, stating from the the byte | 2054 | * @he_oper_ie: byte data of the He Operations IE, stating from the the byte |
2055 | * after the ext ID byte. It is assumed that he_oper_ie has at least | 2055 | * after the ext ID byte. It is assumed that he_oper_ie has at least |
2056 | * sizeof(struct ieee80211_he_operation) bytes, checked already in | 2056 | * sizeof(struct ieee80211_he_operation) bytes, the caller must have |
2057 | * ieee802_11_parse_elems_crc() | 2057 | * validated this. |
2058 | * @return the actual size of the IE data (not including header), or 0 on error | 2058 | * @return the actual size of the IE data (not including header), or 0 on error |
2059 | */ | 2059 | */ |
2060 | static inline u8 | 2060 | static inline u8 |