diff --git a/core/hdd/src/wlan_hdd_cfg80211.c b/core/hdd/src/wlan_hdd_cfg80211.c index 24e4141b1b..3353507e40 100644 --- a/core/hdd/src/wlan_hdd_cfg80211.c +++ b/core/hdd/src/wlan_hdd_cfg80211.c @@ -7283,6 +7283,7 @@ uint8_t hdd_get_sap_operating_band(hdd_context_t *hdd_ctx) sap_operating_band = eCSR_BAND_ALL; status = hdd_get_next_adapter(hdd_ctx, adapter_node, &next); + adapter_node = next; } return sap_operating_band; }