From: stonez Date: Thu, 17 Jan 2019 05:50:26 +0000 (+0800) Subject: Add a vendor attribution to transfer EVM information X-Git-Tag: hostap_2_8~523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff8da8ace1cd276f7bd79e353f3d42b4e73bbe1;p=thirdparty%2Fhostap.git Add a vendor attribution to transfer EVM information This new QCA vendor attribute indicates the EVM value in netlink. Signed-off-by: stonez :100644 100644 ad5dac2... ede4fc8... M src/common/qca-vendor.h --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index ad5dac2d1..6f5b87e7f 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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,