Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 08/21/2005 00:07:57
Module Name:	src
Committed By:	dyoung
Date:		Sun Aug 21 00:07:57 UTC 2005

Modified Files:
	src/sys/net80211: ieee80211_output.c

Log Message:
In ieee80211_mbuf_adjust, cope with read-only mbufs:  make the
802.11 header + opt(crypto header) + LLC writable, regardless of
crypto state.  If s/w crypto is enabled, still make the entire
chain writable, as before.

Reviewed by: Nick Hudson


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/net80211/ieee80211_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.