Bladeren bron

qcacmn: Remove redundant API mlo_is_mld_ap

Remove redundant API mlo_is_mld_ap

Change-Id: I78996b639439efb3e4f81bf42a2437bca935c8a9
CRs-Fixed: 3005510
Himanshu Batra 3 jaren geleden
bovenliggende
commit
159972081f
2 gewijzigde bestanden met toevoegingen van 0 en 14 verwijderingen
  1. 0 9
      umac/mlo_mgr/inc/wlan_mlo_mgr_ap.h
  2. 0 5
      umac/mlo_mgr/src/wlan_mlo_mgr_ap.c

+ 0 - 9
umac/mlo_mgr/inc/wlan_mlo_mgr_ap.h

@@ -23,15 +23,6 @@
 #include <wlan_mlo_mgr_cmn.h>
 #include <wlan_mlo_mgr_public_structs.h>
 
-/**
- * mlo_is_mld_ap - Check if MLD associated with the vdev is an AP
- *
- * @vdev: pointer to vdev
- *
- * Return: true if MLD is an AP, false otherwise
- */
-bool mlo_is_mld_ap(struct wlan_objmgr_vdev *vdev);
-
 /**
  * mlo_ap_vdev_attach() - update vdev obj and vdev count to
  *                         wlan_mlo_dev_context

+ 0 - 5
umac/mlo_mgr/src/wlan_mlo_mgr_ap.c

@@ -22,11 +22,6 @@
 #include <wlan_mlo_mgr_cmn.h>
 #include <wlan_mlo_mgr_main.h>
 
-bool mlo_is_mld_ap(struct wlan_objmgr_vdev *vdev)
-{
-	return true;
-}
-
 bool mlo_ap_vdev_attach(struct wlan_objmgr_vdev *vdev,
 			uint8_t link_id,
 			uint16_t vdev_count)