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:

committed by
Madan Koyyalamudi

parent
ef490e7713
commit
0fb9dcb7eb
@@ -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
|
||||
|
Reference in New Issue
Block a user