Date: Mon, 27 Apr 2009 17:39:41 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_freebsd.h ieee80211_output.c Message-ID: <200904271739.n3RHdxKn018768@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-04-27 17:39:41 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_freebsd.h ieee80211_output.c Log: SVN rev 191571 on 2009-04-27 17:39:41Z by 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 Revision Changes Path 1.30 +7 -0 src/sys/net80211/ieee80211_freebsd.h 1.94 +4 -0 src/sys/net80211/ieee80211_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904271739.n3RHdxKn018768>