[PATCH ath-next 0/2] wifi: ath12k: add support for Tx Power insertion

Aditya Kumar Singh posted 2 patches 3 months, 1 week ago
drivers/net/wireless/ath/ath12k/mac.c | 184 ++++++++++++++++++++++++++++++++++
1 file changed, 184 insertions(+)
[PATCH ath-next 0/2] wifi: ath12k: add support for Tx Power insertion
Posted by Aditya Kumar Singh 3 months, 1 week ago
For certain action frames like the TPC Report IE in the spectrum management
TPC Report action frame, and in the Radio Measurement Link Measurement
Report action frame there is a requirement to fill in the current
and max Tx power of the device in the packet.

Add support to populate these fields in the relevant packets. Advertise
this capability from the driver using the feature flag
NL80211_FEATURE_TX_POWER_INSERTION.

In software-encrypted cases such as PMF, skip insertion since the packets
are already encrypted and cannot be modified.

---
Aditya Kumar Singh (2):
      wifi: ath12k: add support for Tx Power insertion in RRM action frame
      wifi: ath12k: advertise NL80211_FEATURE_TX_POWER_INSERTION support

 drivers/net/wireless/ath/ath12k/mac.c | 184 ++++++++++++++++++++++++++++++++++
 1 file changed, 184 insertions(+)
---
base-commit: 391a83d0c8ebb1e476cba73bf4c010af73993111
change-id: 20250630-support-for-tx-power-insertion-336ff18dea92
Re: [PATCH ath-next 0/2] wifi: ath12k: add support for Tx Power insertion
Posted by Jeff Johnson 3 months ago
On Mon, 30 Jun 2025 09:45:14 +0530, Aditya Kumar Singh wrote:
> For certain action frames like the TPC Report IE in the spectrum management
> TPC Report action frame, and in the Radio Measurement Link Measurement
> Report action frame there is a requirement to fill in the current
> and max Tx power of the device in the packet.
> 
> Add support to populate these fields in the relevant packets. Advertise
> this capability from the driver using the feature flag
> NL80211_FEATURE_TX_POWER_INSERTION.
> 
> [...]

Applied, thanks!

[1/2] wifi: ath12k: add support for Tx Power insertion in RRM action frame
      commit: d45d015448fcfbb5dde7c09f2b0dffe5d689e6ca
[2/2] wifi: ath12k: advertise NL80211_FEATURE_TX_POWER_INSERTION support
      commit: 93a1cdb9cd94c7b8a2aac33e4b13ca61d712f5eb

Best regards,
-- 
Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Re: [PATCH ath-next 0/2] wifi: ath12k: add support for Tx Power insertion
Posted by Vasanthakumar Thiagarajan 3 months, 1 week ago

On 6/30/2025 9:45 AM, Aditya Kumar Singh wrote:
> For certain action frames like the TPC Report IE in the spectrum management
> TPC Report action frame, and in the Radio Measurement Link Measurement
> Report action frame there is a requirement to fill in the current
> and max Tx power of the device in the packet.
> 
> Add support to populate these fields in the relevant packets. Advertise
> this capability from the driver using the feature flag
> NL80211_FEATURE_TX_POWER_INSERTION.
> 
> In software-encrypted cases such as PMF, skip insertion since the packets
> are already encrypted and cannot be modified.
> 
> ---
> Aditya Kumar Singh (2):
>        wifi: ath12k: add support for Tx Power insertion in RRM action frame
>        wifi: ath12k: advertise NL80211_FEATURE_TX_POWER_INSERTION support
> 
>   drivers/net/wireless/ath/ath12k/mac.c | 184 ++++++++++++++++++++++++++++++++++
>   1 file changed, 184 insertions(+)

Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com>