diff options
author | 2025-05-05 09:13:51 +0530 | |
---|---|---|
committer | 2025-05-20 07:55:02 -0700 | |
commit | 1cbc77e0bc32304f574d06c57467914c6168d413 (patch) | |
tree | 5d7ee2db31f4e0cb9e5e54ff0076208aeaa47e27 /net/lapb/lapb_timer.c | |
parent | wifi: ath12k: Send MCS15 support to firmware during peer assoc (diff) | |
download | wireguard-linux-1cbc77e0bc32304f574d06c57467914c6168d413.tar.xz wireguard-linux-1cbc77e0bc32304f574d06c57467914c6168d413.zip |
wifi: ath12k: remove redundant regulatory rules intersection logic in host
Whenever there is a change in the country code settings from the
user, driver does an intersection of the regulatory rules for this
new country with the original regulatory rules which were reported
during initialization time.
There is also similar logic running in firmware with a difference
that the intersection in firmware is only done when the country code
is configuration during boot up time (BDF/OTP). Firmware logic does
not kick in when no country code is configured during device bring
up time as the device is always expected to have the country code
configured properly in the deployment.
There is a debug/test use case that requires absolute regulatory
rules to be used for a user configured country code when the device
is not configured with a particular country code during boot up time.
To support the above test use case, remove the redundant regulatory
rules intersection logic in the host driver. Depend on the
intersection logic in firmware when the device comes up with
pre-configured country code.
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00209-QCAHKSWPL_SILICONZ-1
Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
Signed-off-by: Aishwarya R <quic_aisr@quicinc.com>
Signed-off-by: Rajat Soni <quic_rajson@quicinc.com>
Link: https://patch.msgid.link/20250505034351.1365914-1-quic_rajson@quicinc.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions