diff options
| author | Johannes Berg <[email protected]> | 2024-01-29 21:21:51 +0200 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2024-02-02 14:04:42 +0100 |
| commit | 0c769cb6b9f364423c255f117774c9ecd5bf23ea (patch) | |
| tree | f2af572bcf3acef2c196883cee5d339ead6a5703 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 8001849921028775eafb5263feadf49e821e9ecf (diff) | |
wifi: iwlwifi: mvm: d3: fix IPN byte order
The IPN is reported by the firmware in 6 bytes little endian,
but mac80211 expects big endian so it can do memcmp() on it.
We used to store this as a u64 which was filled in the right
way, but never used. When implementing that it's used, we
changed it to just be 6 bytes, but lost the conversion. Add
it back.
Fixes: 04f78e242fff ("wifi: iwlwifi: mvm: Add support for IGTK in D3 resume flow")
Signed-off-by: Johannes Berg <[email protected]>
Reviewed-by: Gregory Greenman <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://msgid.link/20240129211905.138ed8a698e3.I1b66c386e45b5392696424ec636474bff86fd5ef@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions