]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add QCA vendor command for Tx Power Boost
authorSrinivas Girigowda <sgirigow@qti.qualcomm.com>
Mon, 14 Apr 2025 20:40:21 +0000 (13:40 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 17 Apr 2025 09:49:00 +0000 (12:49 +0300)
commit7663814ab2218d90d07c72191de6e037b4b6a005
tree105ed525ac92a93dc6923312f6f49e9f1956c60a
parent1afbe801a5f1fa2dee532048b594a41a393bcc9a
Add QCA vendor command for Tx Power Boost

Tx Power Boost is a feature where the driver will send IQ samples data
to the userspace application.

Upon receiving the NL event from the driver, user space application
can read the IQ samples from the memory mapped IO file /dev/txpb and
perform the inference.

Once the inference result is available, user space application can
send NL command with infered result Tx EVM (Error Vector Magnitude) and
Tx Mask Margin values to the driver to boost Tx power.

Signed-off-by: Srinivas Girigowda <sgirigow@qti.qualcomm.com>
src/common/qca-vendor.h