cvs commit: src/sys/dev/netif/ral rt2560.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Jan 25 07:45:16 PST 2008
sephe 2008/01/25 07:44:49 PST
DragonFly src repository
Modified files:
sys/dev/netif/ral rt2560.c
Log:
- It does not make sense to use "for (;cond;)", use "while (cond)" instead
- Bark out loud, if hardware gives us wrong encryption done index
Revision Changes Path
1.34 +7 -1 src/sys/dev/netif/ral/rt2560.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ral/rt2560.c.diff?r1=1.33&r2=1.34&f=u
More information about the Commits
mailing list