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_bwivar.h


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 16 Sep 2007 01:25:41 -0700 (PDT)

sephe       2007/09/16 01:25:41 PDT

DragonFly src repository

  Modified files:
    sys/dev/netif/bwi    if_bwi.c if_bwivar.h 
  Log:
  For bwi(4) parts that use TX status ring:
  - Extract frame's TX count and whether the frame has been acknowledged.
  - If the TX status indicates that the frame is pending, don't do any further
    processing (this probably will not happen in the current TX model).
  
  Revision  Changes    Path
  1.5       +15 -4     src/sys/dev/netif/bwi/if_bwi.c
  1.5       +8 -3      src/sys/dev/netif/bwi/if_bwivar.h


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bwi/if_bwi.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bwi/if_bwivar.h.diff?r1=1.4&r2=1.5&f=u



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