From 8a4154bb5d98281c47e8bed8ccbaeb320b3601b0 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 26 Dec 2018 23:21:23 -0800 Subject: [PATCH] qcacld-3.0: Remove tSirMbMsgP2p Change I71de90d5fb88462e52148a434d43ea80c41cfe36 ("qcacld-3.0: Move Channel convert and frame indication logic to lim_utils.c") removed the last reference to typedef tSirMbMsgP2p. Since it is obsolete, remove it. Change-Id: I009aa479ffddeceebb3bd26af5ae48c32a43240c CRs-Fixed: 2374285 --- core/mac/src/include/sir_params.h | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/core/mac/src/include/sir_params.h b/core/mac/src/include/sir_params.h index 84818a43b672f..3e65411a2b9d2 100644 --- a/core/mac/src/include/sir_params.h +++ b/core/mac/src/include/sir_params.h @@ -166,32 +166,6 @@ typedef struct sSirMbMsg { uint32_t data[1]; } tSirMbMsg, *tpSirMbMsg; -/* / Mailbox Message Structure for P2P */ -typedef struct sSirMbMsgP2p { - uint16_t type; - - /** - * This length includes 4 bytes of header, that is, - * 2 bytes type + 2 bytes msgLen + n*4 bytes of data. - * This field is byte length. - */ - uint16_t msgLen; - - uint8_t sessionId; - uint8_t noack; - uint16_t wait; - uint16_t channel_freq; - uint32_t scan_id; - - /** - * This is the first data word in the mailbox message. - * It is followed by n words of data. - * NOTE: data[1] is not a place holder to store data - * instead to dereference the message body. - */ - uint32_t data[1]; -} tSirMbMsgP2p, *tpSirMbMsgP2p; - /** * struct sir_mgmt_msg - Structure used to send auth frame from CSR to LIM * @type: Message type