qcacmn: Add timestamp info in Vdev SM history

Add timestamp info in Vdev SM history

Change-Id: I5c3c5da2e48fccc5f85802c9021bd060f940a243
CRs-Fixed: 2756819
This commit is contained in:
Himanshu Batra
2020-07-30 21:23:38 +05:30
committed by snandini
parent ddc9e59e8f
commit 486612addf
2 changed files with 38 additions and 36 deletions

View File

@@ -76,6 +76,7 @@ struct wlan_sm_history_info {
uint8_t event_type;
uint8_t initial_state;
uint8_t final_state;
uint64_t time;
};
/**