diff --git a/core/hdd/inc/wlan_hdd_main.h b/core/hdd/inc/wlan_hdd_main.h index df0037380d..45692f41a5 100644 --- a/core/hdd/inc/wlan_hdd_main.h +++ b/core/hdd/inc/wlan_hdd_main.h @@ -3501,7 +3501,7 @@ wlan_hdd_deinit_multi_client_info_table(struct hdd_adapter *adapter) int hdd_wlan_start_modules(struct hdd_context *hdd_ctx, bool reinit); /** - * hdd_wlan_stop_modules - Single driver state machine for stoping modules + * hdd_wlan_stop_modules - Single driver state machine for stopping modules * @hdd_ctx: HDD context * @ftm_mode: ftm mode * diff --git a/core/hdd/src/wlan_hdd_hostapd.c b/core/hdd/src/wlan_hdd_hostapd.c index 0a74104585..f78a397fb9 100644 --- a/core/hdd/src/wlan_hdd_hostapd.c +++ b/core/hdd/src/wlan_hdd_hostapd.c @@ -7604,7 +7604,7 @@ static int __wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy, * different or same band( whether we require DBS or Not). * If we dont require DBS, then the driver does nothing assuming * the state would be already in non DBS mode, and just continues - * with vdev up on same MAC, by stoping the opportunistic timer, + * with vdev up on same MAC, by stopping the opportunistic timer, * which results in a connection of 1x1 if already the state was in * DBS. So first stop timer, and check the current hw mode. * If the SAP comes up in band different from STA, DBS mode is already