K 10 svn:author V 6 damien K 8 svn:date V 27 2005-06-29T17:54:01.000000Z K 7 svn:log V 399 o Fix a write mbuf-after-free bug. The duration field of the 802.11 header was written in the old fragmented mbuf chain instead of the defragmented one. Thus, the duration field of outgoing frames was incorrect. o Only call m_defrag() if the mbuf fragmentation threshold is greater than what is currently supported by the driver. Reviewed by: silby (mentor) Approved by: re (scottl) END