Browse Source

qcacld-3.0: Remove obsolete tAniIbssRouteTable

The functionality that handles tAniIbssRouteTable is no longer
present, so remove the associated function prototype and data
structures.

Change-Id: I80eebe7494bf60b46165e0bd1eea04ce0f23c44b
CRs-Fixed: 2352149
Jeff Johnson 6 years ago
parent
commit
ec85d5d076
2 changed files with 0 additions and 16 deletions
  1. 0 13
      core/mac/inc/sir_api.h
  2. 0 3
      core/wma/inc/wma_internal.h

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

@@ -2556,19 +2556,6 @@ typedef struct {
 } tSirAppType2Params, *tpSirAppType2Params;
 #endif
 
-#define ANI_MAX_IBSS_ROUTE_TABLE_ENTRY   100
-
-typedef struct sAniDestIpNextHopMacPair {
-	uint8_t destIpv4Addr[QDF_IPV4_ADDR_SIZE];
-	uint8_t nextHopMacAddr[QDF_MAC_ADDR_SIZE];
-} tAniDestIpNextHopMacPair;
-
-typedef struct sAniIbssRouteTable {
-	uint8_t sessionId;
-	uint16_t numEntries;
-	tAniDestIpNextHopMacPair destIpNextHopPair[1];
-} tAniIbssRouteTable;
-
 #ifdef WLAN_FEATURE_ROAM_OFFLOAD
 typedef struct {
 	uint8_t acvo_uapsd:1;

+ 0 - 3
core/wma/inc/wma_internal.h

@@ -1155,9 +1155,6 @@ QDF_STATUS wma_process_del_periodic_tx_ptrn_ind(WMA_HANDLE handle,
 QDF_STATUS wma_stats_ext_req(void *wma_ptr, tpStatsExtRequest preq);
 #endif
 
-QDF_STATUS wma_process_ibss_route_table_update_ind(void *wma_handle,
-						   tAniIbssRouteTable * pData);
-
 #ifdef WLAN_FEATURE_EXTWOW_SUPPORT
 QDF_STATUS wma_enable_ext_wow(tp_wma_handle wma, tpSirExtWoWParams params);