|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
|
*
|
|
@@ -1054,7 +1054,7 @@ static void csr_neighbor_roam_info_ctx_init(
|
|
|
}
|
|
|
} else
|
|
|
#endif
|
|
|
-
|
|
|
+ {
|
|
|
csr_roam_offload_scan(pMac, session_id,
|
|
|
ROAM_SCAN_OFFLOAD_START,
|
|
|
REASON_CTX_INIT);
|
|
@@ -1066,7 +1066,7 @@ static void csr_neighbor_roam_info_ctx_init(
|
|
|
ROAM_SCAN_OFFLOAD_STOP,
|
|
|
REASON_SUPPLICANT_DISABLED_ROAMING);
|
|
|
}
|
|
|
-
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|