qcacld-3.0: fix the mismatch issue about the macro definition
The macro definition for struct mlo_adapter_info in wlan_hdd_main.h
is #if (defined(WLAN_FEATURE_11BE_MLO) && defined(CFG80211_11BE_BASIC)),
but in wlan_hdd_main.c defined as #if (defined(WLAN_FEATURE_11BE_MLO).
Actually, "defined(CFG80211_11BE_BASIC)" can't be satisfied here, so we
change it in wlan_hdd_main.c to keep it consistent with the head file.
Change-Id: Ic8e49f541459c6712d15a1d55f361dd22042235a
CRs-Fixed: 3474597