qcacmn: Properly set OL_TXRX_NUM_LOCAL_PEER_IDS
Set OL_TXRX_NUM_LOCAL_PEER_IDS to WLAN_MAX_CLIENTS_ALLOWED if WLAN_MAX_CLIENTS_ALLOWED is defined. Change-Id: Ifb5c6ab15e791f92aa8503537e624195cf3fad6d CRs-Fixed: 2694492
This commit is contained in:
@@ -43,6 +43,10 @@
|
|||||||
#include "cdp_txrx_extd_struct.h"
|
#include "cdp_txrx_extd_struct.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef WLAN_MAX_CLIENTS_ALLOWED
|
||||||
|
#define OL_TXRX_NUM_LOCAL_PEER_IDS (WLAN_MAX_CLIENTS_ALLOWED + 1 + 1 + 1)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef OL_TXRX_NUM_LOCAL_PEER_IDS
|
#ifndef OL_TXRX_NUM_LOCAL_PEER_IDS
|
||||||
/*
|
/*
|
||||||
* Each AP will occupy one ID, so it will occupy two IDs for AP-AP mode.
|
* Each AP will occupy one ID, so it will occupy two IDs for AP-AP mode.
|
||||||
|
Reference in New Issue
Block a user