[efr32] radio: increase FIFO size to allow handling of heavy traffic (#5742)

This commit increases the FIFO size used for storing the handles of
the data request packets that were ACKed with the frame pending bit
set.
This commit is contained in:
Diego Ismirlian
2020-10-29 11:13:15 -07:00
committed by GitHub
parent 0603ed1c14
commit 1586c4c628
+1 -1
View File
@@ -113,7 +113,7 @@ static otRadioState sState = OT_RADIO_STATE_DISABLED;
enum
{
ACKED_WITH_FP_MATCH_LENGTH = 1 + IEEE802154_MAX_MHR_LENGTH, // PHR and MHR
ACKED_WITH_FP_SLOTS = 16, // maximum number of Data Request packets in the RX FIFO. Length should be a power of 2.
ACKED_WITH_FP_SLOTS = 32, // maximum number of Data Request packets in the RX FIFO. Length should be a power of 2.
};
typedef struct efr32AckedWithFP