Browse Source

qcacld-3.0: Remove struct cds_sme_cbacks

The functionality previously provided by struct cds_sme_cbacks has
been incorporated into the policy manager, and the struct is now
unused, so remove it.

Change-Id: Ia30cc18b5338073b9c96a29ca12b1383d31b4990
CRs-Fixed: 2363228
Jeff Johnson 6 years ago
parent
commit
56bc912552
1 changed files with 0 additions and 12 deletions
  1. 0 12
      core/cds/inc/cds_api.h

+ 0 - 12
core/cds/inc/cds_api.h

@@ -84,18 +84,6 @@ enum cds_fw_state {
 
 #define __CDS_IS_FW_STATE(_state, _mask) (((_state) & (_mask)) == (_mask))
 
-/**
- * struct cds_sme_cbacks - list of sme functions registered with
- * CDS
- * @sme_get_valid_channels: gets the valid channel list for current reg domain
- * @sme_get_nss_for_vdev: gets the nss allowed for the vdev type
- */
-struct cds_sme_cbacks {
-	QDF_STATUS (*sme_get_valid_channels)(void*, uint8_t *, uint32_t *);
-	void (*sme_get_nss_for_vdev)(void*, enum QDF_OPMODE,
-				     uint8_t *, uint8_t *);
-};
-
 void cds_set_driver_state(enum cds_driver_state);
 void cds_clear_driver_state(enum cds_driver_state);
 enum cds_driver_state cds_get_driver_state(void);