]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Fri, 31 Jan 2025 19:32:31 +0000 (11:32 -0800)
commitdf11edfba49e5fb69f4c9e7cb76082b89c417f78
treea3c28e92acc77f01f426e2276eb06db6e10b0852
parentbee577165a0a375a1d47d8ddef1c321e0f7dd6c8
wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override

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>
drivers/net/wireless/ath/ath12k/dp_tx.c