소스 검색

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 년 전
부모
커밋
03f91cce40
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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
 	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.
  * enum QDF_GLOBAL_MODE - global mode when driver is loaded.
  *
  *
@@ -563,12 +560,8 @@ enum QDF_GLOBAL_MODE {
 	QDF_GLOBAL_MAX_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)
 #define  QDF_IS_EPPING_ENABLED(mode) (mode == QDF_GLOBAL_EPPING_MODE)
 
 
-
 /**
 /**
  * qdf_trace_msg()- logging API
  * qdf_trace_msg()- logging API
  * @module: Module identifier. A member of the QDF_MODULE_ID enumeration that
  * @module: Module identifier. A member of the QDF_MODULE_ID enumeration that