• P
    ieee802154: default to AACK in at86rf230 · 5b520bbb
    Phoebe Buckheister 提交于
    The current IEEE802.15.4 stack assumes that a radio will never deliver
    packets with a bad CRC into the stack, as required by the standard.
    at86rf230 driven radios violates this assumption because of another
    incompatibility: devices are required to send ACKs if requested by a
    sender, but RF2xx will only send ACKs from a special receive mode that
    is currently not used by the driver.
    
    Enable this receive mode to fix both bugs. Frames with bad CRCs will not
    be received at all, and ACKs will be sent if so requested.
    Signed-off-by: NPhoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    5b520bbb
at86rf230.c 25.8 KB