qcacmn: Fix TDLS set state cmd sequence in concurrent TDLS connections

TDLS set state cmd to firmware is going out of sequence, if STA
is disconnected, when concurrent TDLS connections are active.
This out of sequence causes crash in the firmware.
Fix the out of sequence issue, by grouping all the TDLS delete
peer commands into one single command.

Change-Id: Idd315d544c46bcf063881bff5be70cb5d9ad0ea2
CRs-Fixed: 2123838
This commit is contained in:
Kabilan Kannan
2017-10-10 01:36:39 -07:00
committed by snandini
parent c441d7b5a8
commit 51c7fdeb9e
5 changed files with 21 additions and 1 deletions

View File

@@ -1012,6 +1012,7 @@ struct tdls_sta_notify_params {
bool tdls_prohibited;
bool tdls_chan_swit_prohibited;
bool lfr_roam;
bool user_disconnect;
uint8_t session_id;
};