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

cvs commit: src/sys/sys queue.h src/sys/dev/netif/ath/ath if_ath.c if_ath_pci.c if_athioctl.h if_athvar.h


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Jan 2007 04:15:27 -0800 (PST)

swildner    2007/01/08 04:15:27 PST

DragonFly src repository

  Modified files:
    sys/sys              queue.h 
    sys/dev/netif/ath/ath if_ath.c if_ath_pci.c if_athioctl.h 
                          if_athvar.h 
  Log:
  [committed on behalf of sephe]
  
  - Add {TAILQ,STAILQ}_CONCAT() macros
  - Add comment about *_FOREACH_MUTABLE()
  - Sync ath(4) with FreeBSD (sam@freebsd.org):
    o  Add/Correct some debug information.
    o  Add more statistics.
    o  Receive control frames in monitor mode.
    o  Close race in handling mcast traffic when operating as an ap with
       stations in power save: add a new q where mcast frames are stashed
       and on beacon update (at DTIM) move frames from the mcast q to the
       cabq and start it.  This ensures the cabq is only manipulated in
       one place.
    o  Correct the type of ath_descdma.dd_desc_len
    o  Correct max segement size when creating DMA tag
  
  Revision  Changes    Path
  1.8       +19 -0     src/sys/sys/queue.h
  1.6       +148 -50   src/sys/dev/netif/ath/ath/if_ath.c
  1.3       +1 -1      src/sys/dev/netif/ath/ath/if_ath_pci.c
  1.2       +5 -3      src/sys/dev/netif/ath/ath/if_athioctl.h
  1.2       +6 -6      src/sys/dev/netif/ath/ath/if_athvar.h


http://www.dragonflybsd.org/cvsweb/src/sys/sys/queue.h.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ath/ath/if_ath.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ath/ath/if_ath_pci.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ath/ath/if_athioctl.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ath/ath/if_athvar.h.diff?r1=1.1&r2=1.2&f=u



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