|
@@ -3207,6 +3207,7 @@ wlansap_acs_chselect(void *pvos_gctx,
|
|
|
tHalHandle h_hal = NULL;
|
|
|
QDF_STATUS qdf_status = QDF_STATUS_E_FAILURE;
|
|
|
tpAniSirGlobal pmac = NULL;
|
|
|
+ tWLAN_SAPEvent sapEvent; /* State machine event */
|
|
|
|
|
|
sap_context = CDS_GET_SAP_CB(pvos_gctx);
|
|
|
if (NULL == sap_context) {
|
|
@@ -3258,7 +3259,7 @@ wlansap_acs_chselect(void *pvos_gctx,
|
|
|
* different scan callback fucntion to process
|
|
|
* the results pre start BSS.
|
|
|
*/
|
|
|
- qdf_status = sap_goto_channel_sel(sap_context, NULL, true, false);
|
|
|
+ qdf_status = sap_goto_channel_sel(sap_context, &sapEvent, true, false);
|
|
|
|
|
|
if (QDF_STATUS_E_ABORTED == qdf_status) {
|
|
|
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR,
|