From 8b8035ea48162162176b97f2555aa4c522d4be58 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Dhanotiya Date: Tue, 12 Jun 2018 21:05:26 +0530 Subject: qcacld-3.0: Add support to cache peer capability info Currently capability information and RX multicast broadcast packet count of the connected peer is not getting cached. Add support to cache the capability info from assoc request and RX multicast broadcast packets from FW. Change-Id: I2b5e460b1c628b7bdd6d63b9e6b9366c2ddac032 CRs-Fixed: 2269424 --- uapi/linux/qca_vendor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'uapi/linux') diff --git a/uapi/linux/qca_vendor.h b/uapi/linux/qca_vendor.h index bbbd831a6209..6638e054c802 100644 --- a/uapi/linux/qca_vendor.h +++ b/uapi/linux/qca_vendor.h @@ -630,9 +630,10 @@ enum qca_wlan_vendor_attr_get_station_info { QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_STBC, QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_CH_WIDTH, QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_SGI_ENABLE, -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)) QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_PAD, -#endif + QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_RETRY_COUNT, + QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_BC_MC_COUNT, + /* keep last */ QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_MAX = -- cgit v1.2.3