diff options
| author | Ashish Kumar Dhanotiya <adhanoti@codeaurora.org> | 2018-06-12 21:05:26 +0530 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-07-11 19:52:36 -0700 |
| commit | 8b8035ea48162162176b97f2555aa4c522d4be58 (patch) | |
| tree | 00cc568367659ab7660048337917d5f3358dfcd8 /uapi/linux | |
| parent | 9a55b4431d85ddd21967a585715c7c8e3e49740b (diff) | |
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
Diffstat (limited to 'uapi/linux')
| -rw-r--r-- | uapi/linux/qca_vendor.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 = |
