Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/26/2007 23:52:40
Module Name:	src
Committed By:	dyoung
Date:		Mon Nov 26 23:52:40 UTC 2007

Modified Files:
	src/sys/dev/ic: ath.c ath_netbsd.h

Log Message:
Eliminate redundant check for read-only mbuf data, since
M_TRAILINGSPACE() does a more complete check on NetBSD.


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sys/dev/ic/ath.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/ic/ath_netbsd.h

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