Эх сурвалжийг харах

qcacmn: Export freq to opclass routine symbol

Export wlan_reg_freq_width_to_chan_op_class_auto symbol
to be used in qca_ol module for retrieving opclass.

Change-Id: I44d9c424d66caf168d443f3542361deb9b3de300
Sumedh Baikady 5 жил өмнө
parent
commit
b1e18c841d

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

@@ -1031,6 +1031,8 @@ void wlan_reg_freq_width_to_chan_op_class_auto(struct wlan_objmgr_pdev *pdev,
 					     chan_num);
 }
 
+qdf_export_symbol(wlan_reg_freq_width_to_chan_op_class_auto);
+
 void wlan_reg_freq_to_chan_op_class(struct wlan_objmgr_pdev *pdev,
 				    qdf_freq_t freq,
 				    bool global_tbl_lookup,