[committed on behalf of sephe]
commitdc22bee23fc4f9544f3d2b1c41b924403c06feba
authorSascha Wildner <swildner@dragonflybsd.org>
Mon, 8 Jan 2007 12:15:27 +0000 (8 12:15 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Mon, 8 Jan 2007 12:15:27 +0000 (8 12:15 +0000)
tree4f5d01d99b2378561262abf3e5d92ef7881e9591
parent4537ddbac01a3084f2e765925a6313a787e4a237
[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
sys/dev/netif/ath/ath/if_ath.c
sys/dev/netif/ath/ath/if_ath_pci.c
sys/dev/netif/ath/ath/if_athioctl.h
sys/dev/netif/ath/ath/if_athvar.h
sys/sys/queue.h