DragonFly commits List (threaded) for 2007-09
DragonFly BSD
DragonFly commits List (threaded) for 2007-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/netif/bwi if_bwi.c if_bwireg.h


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 16 Sep 2007 02:58:27 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]