do not touch m after it has been enqueued with IFQ_ENQUEUE().
authordamien <damien@openbsd.org>
Sat, 2 Aug 2008 08:33:21 +0000 (08:33 +0000)
committerdamien <damien@openbsd.org>
Sat, 2 Aug 2008 08:33:21 +0000 (08:33 +0000)
commit02bc3a2f7814e21e0c88520dd15dba57ba752969
treef51f8715aea498997fced4eb6f725c64b92bc8a6
parentd136f8d2b32afc0452f357d2bac142f38d38829b
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.
sys/net80211/ieee80211_output.c
sys/net80211/ieee80211_pae_output.c