Browse Source

qcacld-3.0: Add link switch stub API for legacy code

Add a stub API for link switch for non-11BE legacy code.

Change-Id: I39a4252155c9182ca4e1e0ec8ea2fff5596c14fc
CRs-Fixed: 3436120
Gururaj Pandurangi 2 years ago
parent
commit
cebcec1646
1 changed files with 7 additions and 0 deletions
  1. 7 0
      core/sme/inc/sme_api.h

+ 7 - 0
core/sme/inc/sme_api.h

@@ -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
 
 /**