]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: iwlwifi: implement wowlan status notification API update
authorRotem Kerem <rotem.kerem@intel.com>
Tue, 9 Sep 2025 03:21:22 +0000 (06:21 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 9 Sep 2025 09:08:34 +0000 (12:08 +0300)
commit639401f62962f982168bad050e27a5af3feff31f
treefcc603d5f2cc4c6d768c11b23a5a01fd1dd796d0
parentc5318e6e1c6436ce35ba521d96975e13cc5119f7
wifi: iwlwifi: implement wowlan status notification API update

Add per key status indication in the WOWLAN status notification.
This update is required for fips. Each key entry now
includes a status field.

Keys are now processed as follows:
0: no key, ignore entry
1: old, use only metadata
2: new, use key material and metadata

While at it, fix tid_offloaded_tx error message to print the
actual variable being validated in iwl_mld_handle_wowlan_info_notif.

Signed-off-by: Rotem Kerem <rotem.kerem@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250909061931.0a2e7a62504c.Id195c9c83f9f767d1e3e458468af2d933774daa1@changeid
drivers/net/wireless/intel/iwlwifi/fw/api/d3.h
drivers/net/wireless/intel/iwlwifi/fw/api/offload.h
drivers/net/wireless/intel/iwlwifi/mld/d3.c
drivers/net/wireless/intel/iwlwifi/mvm/d3.c