Pārlūkot izejas kodu

qcacmn: AFC device deployment type support

Fix compilation issue for adding AFC regulatory target
interface to support AFC device deployment

Change-Id: Ie9447873442e94614f44eb7468b76143b0f2dda3
CRs-Fixed: 3195809
Kai Chen 3 gadi atpakaļ
vecāks
revīzija
af1de590e0

+ 2 - 2
umac/global_umac_dispatcher/lmac_if/src/wlan_lmac_if.c

@@ -354,7 +354,7 @@ static void wlan_lmac_if_register_afc_handlers(
 	rx_ops->reg_rx_ops.reg_get_afc_dev_type = tgt_reg_get_afc_dev_type;
 }
 #else
-static void wlan_lmac_if_register_afc_handlers(
+static inline void wlan_lmac_if_register_afc_handlers(
 					struct wlan_lmac_if_rx_ops *rx_ops)
 {
 }
@@ -366,7 +366,7 @@ static inline void wlan_lmac_if_register_master_list_ext_handler(
 {
 }
 
-static void wlan_lmac_if_register_afc_event_handler(
+static inline void wlan_lmac_if_register_afc_handlers(
 					struct wlan_lmac_if_rx_ops *rx_ops)
 {
 }