Forráskód Böngészése

qcacmn: Remove unused member wlan_active_vdevs from wlan_objmgr_psoc

In structure wlan_objmgr_psoc, member wlan_active_vdevs which is an
array of size WLAN_UMAC_PSOC_MAX_VDEVS and type uint8_t is neither
populated nor used anywhere. Remove this unused member from the
structure.

Change-Id: Ib2e49e42fe986358c26fa95a9287b20297b0eccf
Harsh Kumar Bijlani 4 éve
szülő
commit
4161cccc7e
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      umac/cmn_services/obj_mgr/inc/wlan_objmgr_psoc_obj.h

+ 0 - 2
umac/cmn_services/obj_mgr/inc/wlan_objmgr_psoc_obj.h

@@ -351,7 +351,6 @@ struct wlan_soc_timer {
  * @soc_cb:                south bound callbacks
  * @soc_timer:             soc timer for inactivity
  * @soc_concurrency:       concurrency info
- * @wlan_active_vdevs[]:   List of active VDEVs
  * @soc_comp_priv_obj[]:   component private object pointers
  * @obj_status[]:          component object status
  * @obj_state:             object state
@@ -366,7 +365,6 @@ struct wlan_objmgr_psoc {
 	struct wlan_soc_southbound_cb soc_cb;
 	struct wlan_soc_timer soc_timer;
 	struct wlan_concurrency_info soc_concurrency; /*TODO */
-	uint8_t wlan_active_vdevs[WLAN_UMAC_PSOC_MAX_VDEVS];
 	void *soc_comp_priv_obj[WLAN_UMAC_MAX_COMPONENTS];
 	QDF_STATUS obj_status[WLAN_UMAC_MAX_COMPONENTS];
 	WLAN_OBJ_STATE obj_state;