diff options
author | Miri Korenblit <miriam.rachel.korenblit@intel.com> | 2025-01-01 08:05:23 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-01-13 17:26:43 +0300 |
commit | dfd5b5b5b725aa033e88b02adc3980a3fcf361d0 (patch) | |
tree | a0436587e5232d9c14af25be2ebbef24c5457b82 /include/net | |
parent | c3219371d61694354e4079d244c136e352fab805 (diff) | |
download | linux-dfd5b5b5b725aa033e88b02adc3980a3fcf361d0.tar.xz |
wifi: mac80211: clarify key idx documententaion
ieee80211_key_conf::keyidx s in range 0-7, ano not 0-3. Make this clear
in the documentation.
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20250101070249.4e414710fba7.Ib739c40dd5aa6ed148c3151220eb38d8a9e238de@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index d1540a605da5..0d7ddaa952ff 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -2220,7 +2220,7 @@ enum ieee80211_key_flags { * @tx_pn: PN used for TX keys, may be used by the driver as well if it * needs to do software PN assignment by itself (e.g. due to TSO) * @flags: key flags, see &enum ieee80211_key_flags. - * @keyidx: the key index (0-3) + * @keyidx: the key index (0-7) * @keylen: key material length * @key: key material. For ALG_TKIP the key is encoded as a 256-bit (32 byte) * data block: |