Searched hist:239966 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.cdiff 239966 Sat Sep 01 03:48:51 MDT 2012 adrian Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also pops
up on (at least) the AR5413.

The 30 second summary - if a CRC error frame comes in during PHY error
processing, that CRC bit will be set for all subsequent frames until
a non-CRC error frame is processed.

So to allow for accurate PHY error processing (Radar, and ANI on the AR5212
HAL chips) just tag the frame as being both CRC and PHY - let the driver
decide what to do with it.

PR: kern/169362

Completed in 54 milliseconds