diff --git a/core/hdd/inc/wlan_hdd_main.h b/core/hdd/inc/wlan_hdd_main.h index 091d3dbdbe..f6c7e26220 100644 --- a/core/hdd/inc/wlan_hdd_main.h +++ b/core/hdd/inc/wlan_hdd_main.h @@ -747,7 +747,7 @@ struct hdd_station_ctx { #define BSS_STOP 0 #define BSS_START 1 -typedef struct hdd_hostapd_state_s { +typedef struct hdd_hostapd_state { int bssState; qdf_event_t qdf_event; qdf_event_t qdf_stop_bss_event;