|
@@ -155,6 +155,15 @@ target_if_reg_set_afc_dev_type(struct wlan_objmgr_psoc *psoc,
|
|
QDF_STATUS
|
|
QDF_STATUS
|
|
target_if_reg_get_afc_dev_type(struct wlan_objmgr_psoc *psoc,
|
|
target_if_reg_get_afc_dev_type(struct wlan_objmgr_psoc *psoc,
|
|
enum reg_afc_dev_deploy_type *reg_afc_dev_type);
|
|
enum reg_afc_dev_deploy_type *reg_afc_dev_type);
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * target_if_set_regulatory_eirp_preferred_support() - Set EIRP as the preferred
|
|
|
|
+ * support
|
|
|
|
+ * @psoc: psoc pointer
|
|
|
|
+ * Return: Success or Failure
|
|
|
|
+ */
|
|
|
|
+QDF_STATUS
|
|
|
|
+target_if_set_regulatory_eirp_preferred_support(struct wlan_objmgr_psoc *psoc);
|
|
#else
|
|
#else
|
|
static inline QDF_STATUS
|
|
static inline QDF_STATUS
|
|
target_if_reg_set_afc_dev_type(struct wlan_objmgr_psoc *psoc,
|
|
target_if_reg_set_afc_dev_type(struct wlan_objmgr_psoc *psoc,
|
|
@@ -162,5 +171,11 @@ target_if_reg_set_afc_dev_type(struct wlan_objmgr_psoc *psoc,
|
|
{
|
|
{
|
|
return QDF_STATUS_E_FAILURE;
|
|
return QDF_STATUS_E_FAILURE;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+static inline QDF_STATUS
|
|
|
|
+target_if_set_regulatory_eirp_preferred_support(struct wlan_objmgr_psoc *psoc)
|
|
|
|
+{
|
|
|
|
+ return QDF_STATUS_E_FAILURE;
|
|
|
|
+}
|
|
#endif
|
|
#endif
|
|
#endif /* __TARGET_IF_REG_H__ */
|
|
#endif /* __TARGET_IF_REG_H__ */
|