Juli Mallett fcec677d3d o) Check that no overrun or CRC errors were encountered in receiving a
packet.  Linux, OpenBSD and our iwn(4) all do this.  It also results in
   a huge performance improvement (and the rejection of a fair number of
   apparently-bad packets on receive) on my hardware.
o) Like the wpi(4) driver in OpenBSD, and like our iwn(4), also drop runt
   packets.
o) Don't bother doing IFQ_POLL and then IFQ_DRV_DEQUEUE, just do
   IFQ_DRV_DEQUEUE outright.  This is more similar to how OpenBSD and our
   iwn(4) work.

Reviewed by:	sam
2009-03-27 03:17:25 +00:00
..
2009-02-05 18:39:33 +00:00
2009-02-04 20:39:45 +00:00
2009-03-24 00:09:35 +00:00
2009-03-16 08:21:51 +00:00
2008-07-11 18:26:12 +00:00
2009-02-05 19:37:49 +00:00
2009-03-25 06:27:56 +00:00
2008-09-07 04:35:04 +00:00
2008-08-08 13:43:56 +00:00
2009-02-05 19:37:49 +00:00
2009-03-25 07:05:23 +00:00
2008-12-20 00:04:04 +00:00
2008-11-19 21:07:33 +00:00
2009-02-05 19:33:20 +00:00
2008-11-26 13:44:11 +00:00
2009-02-05 19:36:14 +00:00
2009-02-05 19:37:49 +00:00
2008-01-21 09:51:28 +00:00
2008-06-17 05:48:42 +00:00
2009-03-20 14:32:51 +00:00
2008-04-26 14:13:48 +00:00
2009-02-10 23:17:20 +00:00
2009-02-17 16:02:45 +00:00
2009-02-10 23:17:20 +00:00
2007-12-05 19:32:59 +00:00
2008-08-25 05:20:17 +00:00
2008-08-27 05:39:44 +00:00