Age | Commit message (Expand) | Author |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2012-06-10 | Allow a variable number of words for the Serializer/Deserializer programming. | Mark Kettenis |
2011-01-06 | "athn* at uhub? port ?" | Damien Bergamini |
2011-01-01 | cleanup, no binary change. | Damien Bergamini |
2010-12-31 | of course, GPIO handling on AR9271 and AR7010 had to be different | Damien Bergamini |
2010-12-31 | Make the athn(4) back-end more bus agnostic by moving read and write | Damien Bergamini |
2010-09-03 | fix initialization value of analog register AR_AN_TOP2 on some high | Damien Bergamini |
2010-08-12 | For chips in open-loop power control mode, periodically (every 30 secs) | Damien Bergamini |
2010-08-12 | Fix look-up of the power control digital-to-analog converter (PCDAC) | Damien Bergamini |
2010-07-15 | According to Linux ath9k, the AR9280 1.0 was never sold. | Damien Bergamini |
2010-07-15 | On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set. | Damien Bergamini |
2010-07-15 | Remove initialization values for chips that never made it into production: | Damien Bergamini |
2010-05-16 | cleanup hardware key cache management (not used yet) | Damien Bergamini |
2010-05-11 | put code that is meaningful only if HT is enabled under | Damien Bergamini |
2010-05-10 | athn(4) is going to support a new family of Atheros 802.11n | Damien Bergamini |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-11-17 | cleanup the printf/DPRINTF mess. | Damien Bergamini |
2009-11-15 | AR9287 uses GPIO pin 8 for LED, not 1. | Damien Bergamini |
2009-11-14 | athn(4), a driver for Atheros 802.11a/g/n devices. | Damien Bergamini |