|
@@ -106,10 +106,8 @@ QDF_STATUS wlansap_scan_callback(tHalHandle hal_handle,
|
|
tWLAN_SAPEvent sapEvent; /* State machine event */
|
|
tWLAN_SAPEvent sapEvent; /* State machine event */
|
|
uint8_t operChannel = 0;
|
|
uint8_t operChannel = 0;
|
|
QDF_STATUS sap_sm_status;
|
|
QDF_STATUS sap_sm_status;
|
|
-
|
|
|
|
-#ifdef SOFTAP_CHANNEL_RANGE
|
|
|
|
uint32_t event;
|
|
uint32_t event;
|
|
-#endif
|
|
|
|
|
|
+
|
|
|
|
|
|
if (NULL == hal_handle) {
|
|
if (NULL == hal_handle) {
|
|
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR,
|
|
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR,
|