qcacmn: Export ucfg_reg_get_cur_6g_ap_pwr_type to use outside UMAC

Export the ucfg API ucfg_reg_get_cur_6g_ap_pwr_type, so that it can be
used by the APIs outside the UMAC module.

Change-Id: I46a23f2d3a2545dcc07373f664b419c125f557e1
CRs-Fixed: 2981562
Cette révision appartient à :
Hariharan Basuthkar
2021-06-30 23:57:38 +05:30
révisé par Madan Koyyalamudi
Parent 909feab5a8
révision 140f495b6c

Voir le fichier

@@ -365,4 +365,6 @@ ucfg_reg_get_cur_6g_ap_pwr_type(struct wlan_objmgr_pdev *pdev,
{
return reg_get_cur_6g_ap_pwr_type(pdev, reg_cur_6g_ap_pwr_type);
}
qdf_export_symbol(ucfg_reg_get_cur_6g_ap_pwr_type);
#endif