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:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user