Merge "qca-wifi: Set monitor buffer size as 2K for 256M profile"
This commit is contained in:

zatwierdzone przez
Gerrit - the friendly Code Review server

commit
a5987e5cd7
@@ -33,6 +33,10 @@ ifeq ($(strip ${NO_RX_PKT_HDR_TLV}),1)
|
||||
#128 bytes of RX_PKT_HEADER_TLV.
|
||||
EXTRA_CFLAGS += -DRX_DATA_BUFFER_SIZE=1792
|
||||
EXTRA_CFLAGS += -DRX_DATA_BUFFER_ALIGNMENT=0
|
||||
ifeq ($(strip ${QCA_LOWMEM_CONFIG}),1)
|
||||
EXTRA_CFLAGS += -DRX_MONITOR_BUFFER_SIZE=1792
|
||||
EXTRA_CFLAGS += -DRX_MONITOR_BUFFER_ALIGNMENT=0
|
||||
endif
|
||||
endif
|
||||
|
||||
EXTRA_CFLAGS += -DWLAN_PSOC_MAX_VDEVS=60
|
||||
|
Reference in New Issue
Block a user