mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
wifi: ath12k: advertise NL80211_FEATURE_TX_POWER_INSERTION support
Now that driver is capable of inserting Tx power, advertise the support for the same to upper layers. Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1 Signed-off-by: Aditya Kumar Singh <aditya.kumar.singh@oss.qualcomm.com> Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com> Link: https://patch.msgid.link/20250630-support-for-tx-power-insertion-v1-2-77f45484d5bb@oss.qualcomm.com Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
committed by
Jeff Johnson
parent
d45d015448
commit
93a1cdb9cd
@@ -13744,6 +13744,8 @@ static int ath12k_mac_hw_register(struct ath12k_hw *ah)
|
||||
wiphy->features |= NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE |
|
||||
NL80211_FEATURE_AP_SCAN;
|
||||
|
||||
wiphy->features |= NL80211_FEATURE_TX_POWER_INSERTION;
|
||||
|
||||
/* MLO is not yet supported so disable Wireless Extensions for now
|
||||
* to make sure ath12k users don't use it. This flag can be removed
|
||||
* once WIPHY_FLAG_SUPPORTS_MLO is enabled.
|
||||
|
||||
Reference in New Issue
Block a user