diff options
author | Shaul Triebitz <shaul.triebitz@intel.com> | 2024-02-05 22:21:13 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-02-08 17:00:48 +0300 |
commit | 0c1c91604f3e3fc41f4d77dcfc3753860a9a32c9 (patch) | |
tree | 5454071d010e32769348e0e731661b44ce5deedc /net/netlink | |
parent | c4302c0f2dd31cd071ae8d49370b49bd78a22a9b (diff) | |
download | linux-0c1c91604f3e3fc41f4d77dcfc3753860a9a32c9.tar.xz |
wifi: iwlwifi: mvm: avoid garbage iPN
After waking from D3, we set the iPN given by the firmware.
For some reason, CIPHER_SUITE_AES_CMAC was missed.
That caused copying garbage to the iPN - causing false replays.
(since 'seq' is on the stack, and the iPN from the firmware
was not copied into it, it contains garbage which later is
copied to the iPN key).
Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240205211151.2be5b35be30f.I99db8700d01092d22a6d76f1fc1bd5916c9df784@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/netlink')
0 files changed, 0 insertions, 0 deletions