From 01fa72825f68c024cb3c69f33c6a7e1e73c551ce Mon Sep 17 00:00:00 2001 From: Ashish Kumar Dhanotiya Date: Fri, 4 Aug 2017 17:46:54 +0530 Subject: qcacld-3.0: Add an attribute to represent PNO/EPNO Request ID This request ID was wrongly referred from the REQUEST_ID in enum qca_wlan_vendor_attr_gscan_config_params which is mapped to QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM in PNO Config. Hence define a different attribute to represent the request ID for the PNO Config. CRs-Fixed: 2087785 Change-Id: I2b5efe78605d07d92db564a987ea0ae4ff0a2cc8 --- uapi/linux/qca_vendor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uapi/linux') diff --git a/uapi/linux/qca_vendor.h b/uapi/linux/qca_vendor.h index 3512ca43b215..7ab942ad130f 100644 --- a/uapi/linux/qca_vendor.h +++ b/uapi/linux/qca_vendor.h @@ -2232,6 +2232,9 @@ enum qca_wlan_vendor_attr_pno_config_params { QCA_WLAN_VENDOR_ATTR_EPNO_SECURE_BONUS = 21, QCA_WLAN_VENDOR_ATTR_EPNO_BAND5GHZ_BONUS = 22, + /* Unsigned 32-bit value, representing the PNO Request ID */ + QCA_WLAN_VENDOR_ATTR_PNO_CONFIG_REQUEST_ID = 23, + /* keep last */ QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_PNO_MAX = -- cgit v1.2.3