mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
wifi: iwlwifi: mld: set rx_mpdu_cmd_hdr_size
Set rx_mpdu_cmd_hdr_size so that tracing will correctly include the frame header. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250430155443.caf1d8e2bae3.I82d89bc8d128f78159a8a11b1573574dacdeb99e@changeid
This commit is contained in:
committed by
Miri Korenblit
parent
9585559c24
commit
21dccdfaf6
@@ -347,6 +347,7 @@ iwl_mld_configure_trans(struct iwl_op_mode *op_mode)
|
||||
struct iwl_trans *trans = mld->trans;
|
||||
|
||||
trans->rx_mpdu_cmd = REPLY_RX_MPDU_CMD;
|
||||
trans->rx_mpdu_cmd_hdr_size = sizeof(struct iwl_rx_mpdu_res_start);
|
||||
trans->iml = mld->fw->iml;
|
||||
trans->iml_len = mld->fw->iml_len;
|
||||
trans->wide_cmd_header = true;
|
||||
|
||||
Reference in New Issue
Block a user