]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override
authorNicolas Escande <nico.escande@gmail.com>
Mon, 27 Jan 2025 07:13:06 +0000 (08:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2025 09:13:43 +0000 (11:13 +0200)
commit01837011af8a21be8620cfc0c5b562a7fe1bd9fa
treeeacfbb39a4ff7bb2ebf63f0933d7aa8cc412892e
parent60f592cb9a230117ab5f2be6b20815f76aee5f76
wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override

[ Upstream commit df11edfba49e5fb69f4c9e7cb76082b89c417f78 ]

Since inception there is an obvious typo laying around in
ath12k_hal_tx_cmd_ext_desc_setup(). Instead of initializing + adding
flags to tcl_ext_cmd->info1, we initialize + override. This will be needed
in the future to make broadcast frames work with ethernet encapsulation.

Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1

Signed-off-by: Nicolas Escande <nico.escande@gmail.com>
Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com>
Link: https://patch.msgid.link/20250127071306.1454699-1-nico.escande@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/ath/ath12k/dp_tx.c