]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add a vendor attribution to transfer EVM information
authorstonez <stonez@codeaurora.org>
Thu, 17 Jan 2019 05:50:26 +0000 (13:50 +0800)
committerJouni Malinen <j@w1.fi>
Mon, 21 Jan 2019 10:28:05 +0000 (12:28 +0200)
This new QCA vendor attribute indicates the EVM value in netlink.

Signed-off-by: stonez <stonez@codeaurora.org>
:100644 100644 ad5dac2... ede4fc8... M src/common/qca-vendor.h

src/common/qca-vendor.h

index ad5dac2d170bc28f744c0092586069a5f7adab73..6f5b87e7f7580d1e261c112283d03576773035c9 100644 (file)
@@ -852,6 +852,12 @@ enum qca_wlan_vendor_attr {
         * to report the corresponding antenna index to the chain RSSI value
         */
        QCA_WLAN_VENDOR_ATTR_ANTENNA_INFO = 40,
+       /* Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command to report
+        * the specific antenna EVM value (unsigned 32 bit value). With a
+        * determinate group of antennas, the driver specifies the EVM value
+        * for each antenna ID, and application extract them in user space.
+        */
+       QCA_WLAN_VENDOR_ATTR_CHAIN_EVM = 41,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_AFTER_LAST,