Browse Source

qcacmn: Fix compilation error in vipertooth build

Fix compilation error in reg_country_opclass_freq_check
return false when HOST_OPCLASS is disabled.

Change-Id: Ib03e544311ae0a6c3496711f303ad17d490900ba
CRs-Fixed: 2624546
Karthik Kantamneni 5 years ago
parent
commit
dfdfce1e58
1 changed files with 1 additions and 0 deletions
  1. 1 0
      umac/regulatory/core/src/reg_opclass.h

+ 1 - 0
umac/regulatory/core/src/reg_opclass.h

@@ -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