[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree

zrouter-src-freebsd at zrouter.org zrouter-src-freebsd at zrouter.org
Wed Mar 7 11:21:12 UTC 2012


details:   http://zrouter.org/hg/FreeBSD/head//rev/4cad7d30e533
changeset: 423:4cad7d30e533
user:      ray at terran.dlink.ua
date:      Wed Mar 07 13:21:34 2012 +0200
description:
Fix my cross fingers.

diffstat:

 head/sys/dev/rt2860/rt2860.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c74ca48a7283 -r 4cad7d30e533 head/sys/dev/rt2860/rt2860.c
--- a/head/sys/dev/rt2860/rt2860.c	Wed Mar 07 13:12:00 2012 +0200
+++ b/head/sys/dev/rt2860/rt2860.c	Wed Mar 07 13:21:34 2012 +0200
@@ -4656,7 +4656,7 @@
 
 	/* align end on a 4-bytes boundary */
 
-	dmalen = (len + 3) 0& ~ 3;
+	dmalen = (len + 3) & ~ 3;
 
 	memset((caddr_t) txwi + len, 0, dmalen - len);
 


More information about the Zrouter-src-freebsd mailing list