1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-02-03 08:31:05 +02:00
Stefan Schmidt dce8462939 atusb: fw: leave the FCS check to the kernel stack
This check is more harm than good. For example in promiscuous mode we might want
to get frames with invalid CRC. The kernel subsystem is in a way better
situation to understand what the user want thus we deliver all packets and leave
the decision to him.
2016-04-22 22:25:10 +02:00
..