|
@@ -525,21 +525,6 @@ wlansap_set_scan_acs_channel_params(tsap_config_t *pconfig,
|
|
|
QDF_TRACE_ERROR(QDF_MODULE_ID_SAP, "Invalid MAC context");
|
|
|
return QDF_STATUS_E_FAULT;
|
|
|
}
|
|
|
- /*
|
|
|
- * If concurrent session is running that is already associated
|
|
|
- * then we just follow that sessions country info (whether
|
|
|
- * present or not doesn't matter as we have to follow whatever
|
|
|
- * STA session does)
|
|
|
- */
|
|
|
- if ((0 == sme_get_concurrent_operation_channel(MAC_HANDLE(mac))) &&
|
|
|
- pconfig->ieee80211d) {
|
|
|
- /* Setting the region/country information */
|
|
|
- status = ucfg_reg_set_country(mac->pdev,
|
|
|
- pconfig->countryCode);
|
|
|
- if (QDF_IS_STATUS_ERROR(status))
|
|
|
- QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR,
|
|
|
- FL("Failed to set country"));
|
|
|
- }
|
|
|
|
|
|
return status;
|
|
|
}
|
|
@@ -703,20 +688,6 @@ QDF_STATUS wlansap_start_bss(struct sap_context *sap_ctx,
|
|
|
goto fail;
|
|
|
}
|
|
|
|
|
|
- /* If concurrent session is running that is already associated
|
|
|
- * then we just follow that sessions country info (whether
|
|
|
- * present or not doesn't matter as we have to follow whatever
|
|
|
- * STA session does) */
|
|
|
- if ((0 == sme_get_concurrent_operation_channel(MAC_HANDLE(pmac))) &&
|
|
|
- pConfig->ieee80211d) {
|
|
|
- /* Setting the region/country information */
|
|
|
- qdf_status = ucfg_reg_set_country(pmac->pdev,
|
|
|
- pConfig->countryCode);
|
|
|
- if (QDF_IS_STATUS_ERROR(qdf_status))
|
|
|
- QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR,
|
|
|
- FL("Failed to set country"));
|
|
|
- }
|
|
|
-
|
|
|
/*
|
|
|
* Copy the DFS Test Mode setting to pmac for
|
|
|
* access in lower layers
|