mbox series

[0/2] wifi: ath12k: Pass correct channel frequency parameters

Message ID 20250204053451.2703834-1-quic_surapk@quicinc.com
Headers show
Series wifi: ath12k: Pass correct channel frequency parameters | expand

Message

Suraj P Kizhakkethil Feb. 4, 2025, 5:34 a.m. UTC
For higher bandwidths, the channel frequency parameters passed to 
the firmware are incorrect. Pass correct values of channel 
frequency parameters.

Sriram R (1):
  wifi: ath12k: Pass correct values of center freq1 and center freq2 for
    320 MHz

Suraj P Kizhakkethil (1):
  wifi: ath12k: Pass correct values of center freq1 and center freq2 for
    160 MHz

 drivers/net/wireless/ath/ath12k/wmi.c | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)


base-commit: 48a62436540224f57013c27519dd2aa3ddd714c9

Comments

Aditya Kumar Singh Feb. 4, 2025, 6:29 a.m. UTC | #1
On 2/4/25 11:04, Suraj P Kizhakkethil wrote:
> Currently, for 160 MHz bandwidth, center frequency1 and
> center frequency2 are not passed correctly to the firmware.
> Set center frequency1 as the center frequency
> of the primary 80 MHz channel segment and center frequency2 as
> the center frequency of the 160 MHz channel and pass the values
> to the firmware.
> 
> Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1
> 
> Signed-off-by: Suraj P Kizhakkethil<quic_surapk@quicinc.com>
> ---

Reviewed-by: Aditya Kumar Singh <aditya.kumar.singh@oss.qualcomm.com>