Переглянути джерело

qcacld-3.0: Remove obsolete struct sSirSmeNeighborBssInd

Remove obsolete struct sSirSmeNeighborBssInd.

Change-Id: Id106f4ec106ba8debd5b7d6dcbda01407c2b7cf4
CRs-Fixed: 2310703
Srinivas Girigowda 6 роки тому
батько
коміт
7e66bb4189
1 змінених файлів з 0 додано та 10 видалено
  1. 0 10
      core/mac/inc/sir_api.h

+ 0 - 10
core/mac/inc/sir_api.h

@@ -1576,16 +1576,6 @@ typedef struct sSirSmeSwitchChannelInd {
 	struct qdf_mac_addr bssid;      /* BSSID */
 } tSirSmeSwitchChannelInd, *tpSirSmeSwitchChannelInd;
 
-/* / Definition for Neighbor BSS indication */
-/* / MAC ---> */
-/* / MAC reports this each time a new I/BSS is detected */
-typedef struct sSirSmeNeighborBssInd {
-	uint16_t messageType;   /* eWNI_SME_NEIGHBOR_BSS_IND */
-	uint16_t length;
-	uint8_t sessionId;
-	tSirBssDescription bssDescription[1];
-} tSirSmeNeighborBssInd, *tpSirSmeNeighborBssInd;
-
 /* / Definition for MIC failure indication */
 /* / MAC ---> */
 /* / MAC reports this each time a MIC failure occures on Rx TKIP packet */