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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_freebsd.hdiff 191571 Mon Apr 27 15:41:39 MDT 2009 sam Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will be
used for s/w retransmit schemes that want to access this information
w/o the overhead of decoding the raw frame. Note this also allows
drivers to record this information w/o writing the frame when the seq#
is obtained through an out-of-band mechanism (e.g. when a h/w assigned
seq# is reported in a descriptor on tx done notification).

Reviewed by: sephe, avatar
H A Dieee80211_output.cdiff 191571 Mon Apr 27 15:41:39 MDT 2009 sam Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will be
used for s/w retransmit schemes that want to access this information
w/o the overhead of decoding the raw frame. Note this also allows
drivers to record this information w/o writing the frame when the seq#
is obtained through an out-of-band mechanism (e.g. when a h/w assigned
seq# is reported in a descriptor on tx done notification).

Reviewed by: sephe, avatar

Completed in 125 milliseconds