> -----Original Message----- > From: Antonio Quartulli <antonio@xxxxxxxxxxxxx> > Sent: Wednesday, 16 July 2025 23:19 > To: linux-wireless@xxxxxxxxxxxxxxx > Cc: Antonio Quartulli <antonio@xxxxxxxxxxxxx>; Korenblit, Miriam Rachel > <miriam.rachel.korenblit@xxxxxxxxx>; Berg, Johannes > <johannes.berg@xxxxxxxxx>; Grumbach, Emmanuel > <emmanuel.grumbach@xxxxxxxxx>; Coelho, Luciano <luciano.coelho@xxxxxxxxx> > Subject: [PATCH] wifi: iwlwifi: fix cmd length when sending > WOWLAN_TSC_RSC_PARAM > > In iwl_mvm_wowlan_config_rsc_tsc() when calling iwl_mvm_send_cmd_pdu() > we are accidentally passing the size of a pointer rather than the size of the object > pointed by it. > > Fix the expression in order to pass the approriate object length. > > Fixes: 631ee5120285 ("iwlwifi: mvm: d3: refactor TSC/RSC configuration") Is it the right one? I think it should be: 493681d9f95b ("wifi: iwlwifi: remove support of version 4 of iwl_wowlan_rsc_tsc_params_cmd")