[PATCH 2/6] hostapd: remove double "on" debug print from CCA event callbacks
Aditya Kumar Singh
quic_adisi at quicinc.com
Mon Apr 22 05:40:01 PDT 2024
Signed-off-by: Aditya Kumar Singh <quic_adisi at quicinc.com>
---
src/ap/drv_callbacks.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/ap/drv_callbacks.c b/src/ap/drv_callbacks.c
index e026d9a6e05b..038408fd1bc2 100644
--- a/src/ap/drv_callbacks.c
+++ b/src/ap/drv_callbacks.c
@@ -2714,16 +2714,16 @@ void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
data->bss_color_collision.bitmap);
break;
case EVENT_CCA_STARTED_NOTIFY:
- wpa_printf(MSG_DEBUG, "CCA started on on %s",
+ wpa_printf(MSG_DEBUG, "CCA started on %s",
hapd->conf->iface);
break;
case EVENT_CCA_ABORTED_NOTIFY:
- wpa_printf(MSG_DEBUG, "CCA aborted on on %s",
+ wpa_printf(MSG_DEBUG, "CCA aborted on %s",
hapd->conf->iface);
hostapd_cleanup_cca_params(hapd);
break;
case EVENT_CCA_NOTIFY:
- wpa_printf(MSG_DEBUG, "CCA finished on on %s",
+ wpa_printf(MSG_DEBUG, "CCA finished on %s",
hapd->conf->iface);
if (hapd->cca_color)
hapd->iface->conf->he_op.he_bss_color = hapd->cca_color;
--
2.34.1
More information about the Hostap
mailing list