]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: iwlwifi: mld: use the correct struct size for tracing
authorBenjamin Berg <benjamin.berg@intel.com>
Thu, 12 Jun 2025 11:48:50 +0000 (14:48 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 25 Jun 2025 07:57:33 +0000 (10:57 +0300)
commitb2c1f9b6e3aac9567c84208b73d716cc5d456404
tree0f6e793b3c29d34ba2c582f6230aab7514412146
parent6a1b633fdcd904901db9162462b7c0f0897800e3
wifi: iwlwifi: mld: use the correct struct size for tracing

For the iwlmld driver the RX command is using struct iwl_rx_mpdu_desc
and not the much older struct iwl_rx_mpdu_res_start. Adjust the value of
rx_mpdu_cmd_hdr_size accordingly so that the trace data is correct.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250612144708.688d95d99ff3.Id3055ca6c19cf8c821cbbd80c09ca2a21d9acec7@changeid
drivers/net/wireless/intel/iwlwifi/mld/mld.c