summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManikandaraja Venkatachalapathy <vmanikan@qca.qualcomm.com>2014-03-30 18:22:41 -0700
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-03-31 21:49:09 -0700
commite3c04fd7ac4b1b60dfd1363901419c0352f815a7 (patch)
tree15e219a0c513b7ff48c9fb1cc771864b5d904ea0
parent56d9921b9513db771e42df2960d96aeb0807324a (diff)
qcacld: CL 891944 - update fw common interface files
Add tdls specific reason code in wmi header file. Change-Id: I61acb761063f71798324101a56ff9ec4e9271d56 CRs-Fixed: 640860
-rw-r--r--CORE/SERVICES/COMMON/wmi_unified.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index 7eec4e4f9272..f95c0ad0e5ff 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -4591,6 +4591,7 @@ typedef enum wmi_peer_sta_kickout_reason {
WMI_PEER_STA_KICKOUT_REASON_XRETRY = 1,
WMI_PEER_STA_KICKOUT_REASON_INACTIVITY = 2,
WMI_PEER_STA_KICKOUT_REASON_IBSS_DISCONNECT = 3,
+ WMI_PEER_STA_KICKOUT_REASON_TDLS_DISCONNECT = 4, /* TDLS peer has disappeared. All tx is failing */
} PEER_KICKOUT_REASON;
typedef struct {