OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Damien Bergamini (damiencvs.openbsd.org)
Date: Sat Aug 02 2008 - 03:33:21 CDT


CVSROOT: /cvs
Module name: src
Changes by: damiencvs.openbsd.org 2008/08/02 02:33:21

Modified files:
        sys/net80211 : ieee80211_output.c ieee80211_pae_output.c

Log message:
do not touch m after it has been enqueued with IFQ_ENQUEUE().
copy m_pkthdr.len and m_flags before and use that after to update
the statistics.

from altq(4) man page and for consistency with what is done in
other parts of the tree.