cvs commit: src/sys/dev/netif/bwi if_bwi.c if_bwireg.h
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sun Sep 16 03:01:55 PDT 2007
sephe 2007/09/16 02:58:27 PDT
DragonFly src repository
Modified files:
sys/dev/netif/bwi if_bwi.c if_bwireg.h
Log:
For bwi(4) parts that use TX status registers:
- Update TXSTATUS0 register's layout according to v4 specification.
- Extract frame's TX count and whether the frame has been acknowledged.
- If the TX status indicates that the frame is pending or is AMPDU(?),
don't do any further processing (pending probably will not happen in
the current TX model).
Revision Changes Path
1.6 +18 -11 src/sys/dev/netif/bwi/if_bwi.c
1.2 +11 -5 src/sys/dev/netif/bwi/if_bwireg.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bwi/if_bwi.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bwi/if_bwireg.h.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list