Browse Source

qcacmn: Remove legacy tQDF_* definitions

Previously legacy definitions tQDF_GLOBAL_CON_MODE and
tQDF_ADAPTER_MODE were renamed to have converged semantics.  However
since these were defined in a common project, and since not all
references could be simultaneously changed, legacy definitions were
left with the expectation that they would be removed when all
references to the legacy definitions had been updated.

All of the legacy references have now been updated, so remove the
legacy definitions.

Change-Id: I21775c1f5a8ab1868c1ce27edce90acf5a1aa962
CRs-Fixed: 2245250
Jeff Johnson 6 years ago
parent
commit
03f91cce40
1 changed files with 0 additions and 7 deletions
  1. 0 7
      qdf/inc/qdf_types.h

+ 0 - 7
qdf/inc/qdf_types.h

@@ -538,9 +538,6 @@ enum QDF_OPMODE {
 	QDF_MAX_NO_OF_MODE
 };
 
-/* for backward compatibility with the legacy definition */
-#define tQDF_ADAPTER_MODE QDF_OPMODE
-
 /**
  * enum QDF_GLOBAL_MODE - global mode when driver is loaded.
  *
@@ -563,12 +560,8 @@ enum QDF_GLOBAL_MODE {
 	QDF_GLOBAL_MAX_MODE
 };
 
-/* for backward compatibility with the legacy definition */
-#define tQDF_GLOBAL_CON_MODE QDF_GLOBAL_MODE
-
 #define  QDF_IS_EPPING_ENABLED(mode) (mode == QDF_GLOBAL_EPPING_MODE)
 
-
 /**
  * qdf_trace_msg()- logging API
  * @module: Module identifier. A member of the QDF_MODULE_ID enumeration that