qcacmn: ML peer authorize changes

Changes to set authorize bit on ML peer only
after all link peers are authorized by hostapd.

Change-Id: I4b103538533dd459e83ae688408703c4122f025e
This commit is contained in:
Chaithanya Garrepalli
2021-11-19 14:39:39 +05:30
committed by Madan Koyyalamudi
parent ef490e7713
commit 0fb9dcb7eb
2 changed files with 51 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -1412,6 +1413,12 @@ void dp_peer_mlo_delete(struct dp_soc *soc,
struct dp_peer *peer)
{
}
static inline
void dp_mlo_peer_authorize(struct dp_soc *soc,
struct dp_peer *link_peer)
{
}
#endif /* WLAN_FEATURE_11BE_MLO */
static inline