Fix compilation error in reg_country_opclass_freq_check return false when HOST_OPCLASS is disabled. Change-Id: Ib03e544311ae0a6c3496711f303ad17d490900ba CRs-Fixed: 2624546
@@ -296,6 +296,7 @@ reg_country_opclass_freq_check(struct wlan_objmgr_pdev *pdev,
uint8_t op_class,
uint16_t chan_freq)
{
+ return false;
}
#endif