Browse Source

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
Jeff Johnson 6 years ago
parent
commit
8a4154bb5d
1 changed files with 0 additions and 26 deletions
  1. 0 26
      core/mac/src/include/sir_params.h

+ 0 - 26
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