فهرست منبع

qcacmn: Export wlan_mlo_peer_deauth_init as symbol

Add support to export wlan_mlo_peer_deauth_init as
symbol.

Change-Id: I384f47cf72ae30c7cddc9b1c52c1745c2f8e447c
CRs-Fixed: 3498865
Surya Prakash Raajen 2 سال پیش
والد
کامیت
6438a661f5
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      umac/mlo_mgr/src/wlan_mlo_mgr_peer.c

+ 2 - 0
umac/mlo_mgr/src/wlan_mlo_mgr_peer.c

@@ -453,6 +453,8 @@ wlan_mlo_peer_deauth_init(struct wlan_mlo_peer_context *ml_peer,
 	}
 }
 
+qdf_export_symbol(wlan_mlo_peer_deauth_init);
+
 void wlan_mlo_peer_delete(struct wlan_mlo_peer_context *ml_peer)
 {
 	struct wlan_mlo_dev_context *ml_dev;