diff options
| author | Chaoli Zhou <zchaoli@codeaurora.org> | 2018-12-21 12:50:44 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-12-24 01:05:43 -0800 |
| commit | 835b18dc035d54841d856a87979dcd5e5ebfbcc1 (patch) | |
| tree | c595956fc5c74c5e5bf8becb11348c8b3f623c83 | |
| parent | ef530d8e346e690922b2b2799a747758dbb038b5 (diff) | |
qcacld-2.0: Reserve some netlink messageID to customer for customization
Reserve the range from 0x900 to 0x90F for customization as customer
required.
CRs-Fixed: 2370994
Change-Id: Ief3f364c190f5c9b39292b756baa93750ec22c90
| -rw-r--r-- | CORE/SVC/external/wlan_nlink_common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CORE/SVC/external/wlan_nlink_common.h b/CORE/SVC/external/wlan_nlink_common.h index fdec9d2fb8ba..d1248b0f4ae4 100644 --- a/CORE/SVC/external/wlan_nlink_common.h +++ b/CORE/SVC/external/wlan_nlink_common.h @@ -106,6 +106,14 @@ */ #define WLAN_SVC_SSR_FAIL_IND 0x110 +/* + * DO NOT USE, reserved for customization, + * in order for customers to report customized status, + * range required is from 0x900 - 0x90F. + */ +#define WLAN_SVC_USER_CUSTOMIZED_1_IND 0x900 +#define WLAN_SVC_USER_CUSTOMIZED_16_IND 0x90F + #define WLAN_SVC_MAX_SSID_LEN 32 #define WLAN_SVC_MAX_BSSID_LEN 6 #define WLAN_SVC_MAX_STR_LEN 16 |
