wlan - Update ath, sync rev 1.276@FreeBSD
[dragonfly.git] / sys / dev / netif / ath / ath / if_ath.c
2010-09-09 Matthew Dillonwlan - Update ath, sync rev 1.276@FreeBSD
2010-09-08 Matthew Dillonwlan - if_ath driver - Make some adjustments to ath...
2010-09-07 Matthew Dillonwlan - Convert low level if_ath driver.
2010-06-12 Sascha Wildnernetwork code: Convert if_multiaddrs from LIST to TAILQ.
2010-06-10 Sascha Wildnerath(4): Some cleanup regarding ether_sprintf().
2010-04-15 Antonio Huete Jimenezif_ath - Properly remove sysctls on detach.
2010-04-15 Sascha WildnerRemove the inclusion of <machine/bus_at386.h> from...
2010-04-08 Rui PauloDo proper locking in the callout functions.
2010-02-26 Rui PauloFix M_NOWAIT usage.
2010-02-26 Rui PauloMore DragonFlyBSD specific changes (from Matthew Dillon):
2010-02-22 Rui PauloReplace bus_dmamap_load_mbuf_sg() with bus_dmamap_load_...
2010-02-22 Rui PauloSync if_ath with FreeBSD.
2009-05-16 Hasso TepperOpen source ath(4) HAL code.
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2007-09-15 Sascha WildnerFix 'value computed is not used' warnings.
2007-02-22 Sepherosa Ziehau- Add noise floor to stats
2007-01-08 Sascha Wildner[committed on behalf of sephe]
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-06 Sascha WildnerPerform the following cleanup in sys/dev/netif:
2006-07-13 Sepherosa Ziehau- Port ath(4) driver from FreeBSD, which supports vario...