Przeglądaj źródła

qcacld-3.0: Cleanup unused declaration of hdd_get_num_chains

Cleanup unused function declaration of hdd_get_num_chains

Change-Id: I32b2a0d58f3c7da1d7f496998964dd0120017b3a
CRs-Fixed: 3601235
Vinod Kumar Myadam 1 rok temu
rodzic
commit
cbeedb2c6b
1 zmienionych plików z 0 dodań i 13 usunięć
  1. 0 13
      core/hdd/inc/wlan_hdd_cfg.h

+ 0 - 13
core/hdd/inc/wlan_hdd_cfg.h

@@ -268,19 +268,6 @@ void hdd_cfg_print_global_config(struct hdd_context *hdd_ctx);
 QDF_STATUS hdd_update_nss(struct wlan_hdd_link_info *link_info,
 			  uint8_t tx_nss, uint8_t rx_nss);
 
-/**
- * hdd_get_num_chains() - Get the number of chains supported by the adapter
- *
- * @adapter: the pointer to adapter
- * @num_chains: the number of chains supported by the adapter
- *
- * This function is used to get the number of chains supported by
- * the adapter.
- *
- * Return: QDF_STATUS
- */
-QDF_STATUS hdd_get_num_chains(struct hdd_adapter *adapter, uint8_t *num_chains);
-
 /**
  * hdd_get_nss() - Get the number of spatial streams supported by the adapter
  *