wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx API
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 30 Oct 2022 17:17:43 +0000 (19:17 +0200)
committerGregory Greenman <gregory.greenman@intel.com>
Thu, 10 Nov 2022 11:26:16 +0000 (13:26 +0200)
commitbcd68b3dbe78b7b0f7b6b55162cf1eff1e7fff9e
tree09084045a4dd73bb64d0443eb6e3d4a94e43a349
parent95170a46b7dddbc3ac31b20ef2e8fa9d556d783d
wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx API

Devices with new Tx API have the IV introduced by the HW and it is not
present in the skb at all. Hence we don't need to tell
iwl_mvm_mei_tx_copy_to_csme to jump over 8 bytes to get to the ethernet
header.

Fixes: 2da4366f9e2c ("iwlwifi: mei: add the driver to allow cooperation with CSME")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20221030191011.12dc42133502.Idd744ffeeb84b880eb497963ee02563cbb959a42@changeid
drivers/net/wireless/intel/iwlwifi/mvm/tx.c