qcacmn: Add new TWT teardown status code
Add new TWT teardown status code to indicate host teared down the TWT session due to PS disable. Change-Id: I49c2d7bb1abc4ceb4f79b833cbafcb44e8b936fe CRs-Fixed: 3013358
This commit is contained in:

gecommit door
Madan Koyyalamudi

bovenliggende
c9f9272c69
commit
cd01dad898
@@ -452,7 +452,8 @@ struct wmi_twt_del_dialog_param {
|
||||
* @WMI_HOST_DEL_TWT_STATUS_CONCURRENCY: TWT session teardown due to
|
||||
* concurrent session comming up.
|
||||
* @WMI_HOST_DEL_TWT_STATUS_CHAN_SW_IN_PROGRESS: Channel switch in progress
|
||||
* @DEL_TWT_STATUS_SCAN_IN_PROGRESS: Scan is in progress
|
||||
* @WMI_HOST_DEL_TWT_STATUS_SCAN_IN_PROGRESS: Scan is in progress
|
||||
* @WMI_HOST_DEL_TWT_STATUS_PS_DISABLE_TEARDOWN: PS disable TWT teardown
|
||||
*/
|
||||
enum WMI_HOST_DEL_TWT_STATUS {
|
||||
WMI_HOST_DEL_TWT_STATUS_OK,
|
||||
@@ -467,6 +468,7 @@ enum WMI_HOST_DEL_TWT_STATUS {
|
||||
WMI_HOST_DEL_TWT_STATUS_CONCURRENCY,
|
||||
WMI_HOST_DEL_TWT_STATUS_CHAN_SW_IN_PROGRESS,
|
||||
WMI_HOST_DEL_TWT_STATUS_SCAN_IN_PROGRESS,
|
||||
WMI_HOST_DEL_TWT_STATUS_PS_DISABLE_TEARDOWN,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Verwijs in nieuw issue
Block a user