Add a stub API for link switch for non-11BE legacy code. Change-Id: I39a4252155c9182ca4e1e0ec8ea2fff5596c14fc CRs-Fixed: 3436120
@@ -3822,6 +3822,13 @@ int sme_send_vdev_pause_for_bcn_period(mac_handle_t mac_handle,
{
return 0;
}
+
+static inline
+void sme_activate_mlo_links(mac_handle_t mac_handle, uint8_t session_id,
+ uint8_t num_links,
+ struct qdf_mac_addr active_link_addr[2])
+{
+}
#endif
/**