Browse Source

qcacld-3.0: Remove obsolete typedef tBssSystemRole

The tBssSystemRole enumerations are no longer in use, so remove them.

Change-Id: I5f4e5ab6cbbfafd0b2e95340b999d94408a12c83
CRs-Fixed: 2364271
Jeff Johnson 6 years ago
parent
commit
ca6b4fd685
1 changed files with 0 additions and 13 deletions
  1. 0 13
      core/mac/src/include/utils_api.h

+ 0 - 13
core/mac/src/include/utils_api.h

@@ -25,19 +25,6 @@
 #include "sys_wrapper.h"
 #include "wlan_vdev_mlme_api.h"
 
-/* / System role definition on a per BSS */
-typedef enum eBssSystemRole {
-	eSYSTEM_UNKNOWN_ROLE,
-	eSYSTEM_AP_ROLE,
-	eSYSTEM_STA_IN_IBSS_ROLE,
-	eSYSTEM_STA_ROLE,
-	eSYSTEM_BTAMP_STA_ROLE,
-	eSYSTEM_BTAMP_AP_ROLE,
-
-	eSYSTEM_LAST_ROLE,
-	eSYSTEM_MULTI_BSS_ROLE = eSYSTEM_LAST_ROLE
-} tBssSystemRole;
-
 QDF_STATUS cfg_init(struct mac_context *);
 void cfg_de_init(struct mac_context *);