|
@@ -852,8 +852,6 @@ ar6000_sysfs_bmi_deinit(struct ar6_softc *ar)
|
|
|
} \
|
|
|
} while(0)
|
|
|
|
|
|
-#ifdef INIT_MODE_DRV_ENABLED
|
|
|
-
|
|
|
#ifdef SOFTMAC_FILE_USED
|
|
|
#define AR6002_MAC_ADDRESS_OFFSET 0x0A
|
|
|
#define AR6003_MAC_ADDRESS_OFFSET 0x16
|
|
@@ -1111,7 +1109,6 @@ ar6000_transfer_bin_file(struct ar6_softc *ar, AR6K_BIN_FILE file, u32 address,
|
|
|
A_RELEASE_FIRMWARE(fw_entry);
|
|
|
return 0;
|
|
|
}
|
|
|
-#endif /* INIT_MODE_DRV_ENABLED */
|
|
|
|
|
|
int
|
|
|
ar6000_update_bdaddr(struct ar6_softc *ar)
|
|
@@ -1158,7 +1155,6 @@ ar6000_sysfs_bmi_get_config(struct ar6_softc *ar, u32 mode)
|
|
|
}
|
|
|
|
|
|
A_RELEASE_FIRMWARE(fw_entry);
|
|
|
-#ifdef INIT_MODE_DRV_ENABLED
|
|
|
} else {
|
|
|
/* The config is contained within the driver itself */
|
|
|
int status;
|
|
@@ -1348,8 +1344,6 @@ ar6000_sysfs_bmi_get_config(struct ar6_softc *ar, u32 mode)
|
|
|
msleep(1000);
|
|
|
}
|
|
|
#endif /* HTC_RAW_INTERFACE */
|
|
|
-
|
|
|
-#endif /* INIT_MODE_DRV_ENABLED */
|
|
|
}
|
|
|
|
|
|
return 0;
|
|
@@ -2340,10 +2334,10 @@ u8 ar6000_endpoint_id2_ac(void * devt, HTC_ENDPOINT_ID ep )
|
|
|
int ar6000_target_config_wlan_params(struct ar6_softc *ar)
|
|
|
{
|
|
|
int status = 0;
|
|
|
-#if defined(INIT_MODE_DRV_ENABLED) && defined(ENABLE_COEXISTENCE)
|
|
|
+#if defined(ENABLE_COEXISTENCE)
|
|
|
WMI_SET_BTCOEX_COLOCATED_BT_DEV_CMD sbcb_cmd;
|
|
|
WMI_SET_BTCOEX_FE_ANT_CMD sbfa_cmd;
|
|
|
-#endif /* INIT_MODE_DRV_ENABLED && ENABLE_COEXISTENCE */
|
|
|
+#endif /* ENABLE_COEXISTENCE */
|
|
|
|
|
|
#ifdef CONFIG_HOST_TCMD_SUPPORT
|
|
|
if (ar->arTargetMode != AR6000_WLAN_MODE) {
|
|
@@ -2361,7 +2355,7 @@ int ar6000_target_config_wlan_params(struct ar6_softc *ar)
|
|
|
status = A_ERROR;
|
|
|
}
|
|
|
|
|
|
-#if defined(INIT_MODE_DRV_ENABLED) && defined(ENABLE_COEXISTENCE)
|
|
|
+#if defined(ENABLE_COEXISTENCE)
|
|
|
/* Configure the type of BT collocated with WLAN */
|
|
|
memset(&sbcb_cmd, 0, sizeof(WMI_SET_BTCOEX_COLOCATED_BT_DEV_CMD));
|
|
|
#ifdef CONFIG_AR600x_BT_QCOM
|
|
@@ -2393,7 +2387,7 @@ int ar6000_target_config_wlan_params(struct ar6_softc *ar)
|
|
|
AR_DEBUG_PRINTF(ATH_DEBUG_ERR,("Unable to set fornt end antenna configuration\n"));
|
|
|
status = A_ERROR;
|
|
|
}
|
|
|
-#endif /* INIT_MODE_DRV_ENABLED && ENABLE_COEXISTENCE */
|
|
|
+#endif /* ENABLE_COEXISTENCE */
|
|
|
|
|
|
#if WLAN_CONFIG_IGNORE_POWER_SAVE_FAIL_EVENT_DURING_SCAN
|
|
|
if ((wmi_pmparams_cmd(ar->arWmi, 0, 1, 0, 0, 1, IGNORE_POWER_SAVE_FAIL_EVENT_DURING_SCAN)) != 0) {
|