qcacld-3.0: Remove transaction_id from tdls_send_mgmt_request

The transaction_id in struct tdls_send_mgmt_request is unused, so
remove it.

Change-Id: Id06d6883a34d8becbb0040464e0abaecfbfd3b92
CRs-Fixed: 2404153
此提交包含在:
Jeff Johnson
2019-02-22 11:53:12 -08:00
提交者 nshrivas
父節點 eeeb3e121b
當前提交 edf351a6e8
共有 2 個檔案被更改,包括 0 行新增6 行删除

查看文件

@@ -1218,7 +1218,6 @@ struct tdls_del_sta_rsp {
* @message_type: type of pe message
* @length: length of the frame.
* @session_id: session id
* @transaction_id: transaction ID for cmd
* @req_type: type of action frame
* @dialog: dialog token used in the frame.
* @status_code: status to be incuded in the frame.
@@ -1232,7 +1231,6 @@ struct tdls_send_mgmt_request {
uint16_t message_type;
uint16_t length;
uint8_t session_id;
uint16_t transaction_id;
uint8_t req_type;
uint8_t dialog;
uint16_t status_code;