Explorar el Código

qcacmn: Export the API wlan_reg_set_ap_pwr_and_update_chan_list

Export the API wlan_reg_set_ap_pwr_and_update_chan_list so that it can
be used by APIs outside the UMAC module.

Change-Id: I5205f22bb9d6c4e28688c2db03478d46e6a3d200
CRs-Fixed: 2984261
Hariharan Basuthkar hace 4 años
padre
commit
72a9b8d0ec
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      umac/regulatory/dispatcher/src/wlan_reg_services_api.c

+ 3 - 0
umac/regulatory/dispatcher/src/wlan_reg_services_api.c

@@ -1283,6 +1283,9 @@ wlan_reg_set_ap_pwr_and_update_chan_list(struct wlan_objmgr_pdev *pdev,
 {
 	return reg_set_ap_pwr_and_update_chan_list(pdev, ap_pwr_type);
 }
+
+qdf_export_symbol(wlan_reg_set_ap_pwr_and_update_chan_list);
+
 #endif /* CONFIG_BAND_6GHZ */
 
 bool wlan_reg_is_ext_tpc_supported(struct wlan_objmgr_psoc *psoc)