mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Don't reject frames with version==1
This commit is contained in:
parent
7d06494331
commit
692d50d22f
@ -937,6 +937,7 @@ init_rf_params(void)
|
||||
BITVALUE(CMD_IEEE_RX, frameFiltOpt, defaultPend, 0) |
|
||||
BITVALUE(CMD_IEEE_RX, frameFiltOpt, bPendDataReqOnly, 0) |
|
||||
BITVALUE(CMD_IEEE_RX, frameFiltOpt, bPanCoord, 0) |
|
||||
BITVALUE(CMD_IEEE_RX, frameFiltOpt, maxFrameVersion, 1) |
|
||||
BITVALUE(CMD_IEEE_RX, frameFiltOpt, bStrictLenFilter, 0);
|
||||
/* Receive all frame types */
|
||||
GET_FIELD(cmd_ieee_rx_buf, CMD_IEEE_RX, frameTypes) =
|
||||
|
Loading…
Reference in New Issue
Block a user