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

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.cdiff 237626 Wed Jun 27 05:30:11 MDT 2012 adrian Fix a subtle corner case surrounding the handling of OFDM restart along
with AMPDU aggregate delimiters.

If there's an OFDM restart during an aggregate, the hardware ACKs
the previous frame, but communicates the RXed frame to the hardware
as having had CRC delimiter error + OFDM_RESTART phy error.
The frame however didn't have a CRC error and since the hardware ACKed
the aggregate to the sender, it thinks the frame was received.

Since I have no idea how often this occurs in the real world, add a
debug statement so trigger whenever this occurs. I'd appreciate an
email if someone finds this particular situation is triggered.

Completed in 45 milliseconds