wifi: ath12k: dynamically update peer puncturing bitmap for STA
authorKang Yang <quic_kangyang@quicinc.com>
Mon, 8 Apr 2024 08:30:47 +0000 (16:30 +0800)
committerKalle Valo <quic_kvalo@quicinc.com>
Tue, 16 Apr 2024 07:18:56 +0000 (10:18 +0300)
commit0531825408ce3aa365c63f56e597adc265b5d86e
treed26fc9286d9ecffbcd73a25f9594aafb60a57051
parentf351772c544bd20db63a61f20a70fb1fe3867000
wifi: ath12k: dynamically update peer puncturing bitmap for STA

Every time EHT Operation element changed, mac80211 will parse it and
extract the valid puncturing bitmap according to the bandwidth.

Current driver only update puncturing bitmap to firmware as vdev
parameter. Which can only meet the needs of AP. But STA will also use
it as peer parameter. If only update as vdev parameter, might cause
firmware crash. QCN9274 is the same.

So update bandwidth and puncturing bitmap as peer parameters once they
changed for STA. Then send them to the firmware by WMI event.

Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3

Signed-off-by: Kang Yang <quic_kangyang@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240408083047.22548-1-quic_kangyang@quicinc.com
drivers/net/wireless/ath/ath12k/mac.c
drivers/net/wireless/ath/ath12k/wmi.h