qcacmn: Remove redundant API mlo_is_mld_ap

Remove redundant API mlo_is_mld_ap

Change-Id: I78996b639439efb3e4f81bf42a2437bca935c8a9
CRs-Fixed: 3005510
This commit is contained in:
Himanshu Batra
2021-08-02 19:45:54 +05:30
committad av Madan Koyyalamudi
förälder 5611ef5081
incheckning 159972081f
2 ändrade filer med 0 tillägg och 14 borttagningar

Visa fil

@@ -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)