qcacld-3.0: Use enum QDF_OPMODE
Change "qcacmn: Rename enum tQDF_ADAPTER_MODE" (qca-wifi-host-cmn Change-Id I20f1b6d1a0ab4b8fe6a85cefdff96a49e2f4652c) renamed enum tQDF_ADAPTER_MODE to QDF_OPMODE. Update all references to use the new name. Change-Id: Ic6f663dac11a100f168b2626c7c0fbcaccbfca4f CRs-Fixed: 2141065
这个提交包含在:
@@ -588,7 +588,7 @@ typedef struct sap_Config {
|
||||
uint32_t ap_table_max_size;
|
||||
uint32_t ap_table_expiration_time;
|
||||
uint32_t ht_op_mode_fixed;
|
||||
enum tQDF_ADAPTER_MODE persona; /* Tells us which persona, GO or AP */
|
||||
enum QDF_OPMODE persona; /* Tells us which persona, GO or AP */
|
||||
uint8_t disableDFSChSwitch;
|
||||
bool enOverLapCh;
|
||||
#ifdef WLAN_FEATURE_11W
|
||||
@@ -730,7 +730,7 @@ typedef struct sSapDfsInfo {
|
||||
typedef struct tagSapCtxList {
|
||||
uint8_t sessionID;
|
||||
void *pSapContext;
|
||||
enum tQDF_ADAPTER_MODE sapPersona;
|
||||
enum QDF_OPMODE sapPersona;
|
||||
} tSapCtxList, tpSapCtxList;
|
||||
|
||||
typedef struct tagSapStruct {
|
||||
@@ -833,7 +833,7 @@ QDF_STATUS wlansap_close(struct sap_context *sap_ctx);
|
||||
* QDF_STATUS_SUCCESS: Success
|
||||
*/
|
||||
QDF_STATUS wlansap_start(struct sap_context *sap_ctx,
|
||||
enum tQDF_ADAPTER_MODE mode,
|
||||
enum QDF_OPMODE mode,
|
||||
uint8_t *addr, uint32_t session_id);
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户