summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar9285.c
AgeCommit message (Expand)Author
2017-01-12Finish initial 11n support for athn(4).Stefan Sperling
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-06-10Allow a variable number of words for the Serializer/Deserializer programming.Mark Kettenis
2011-01-15carrier leakage calibration workaround for high temperature is notDamien Bergamini
2011-01-06"athn* at uhub? port ?"Damien Bergamini
2011-01-01cleanup, no binary change.Damien Bergamini
2010-12-31of course, GPIO handling on AR9271 and AR7010 had to be differentDamien Bergamini
2010-12-31commit some bits that will be required by AR9271/AR7010Damien Bergamini
2010-12-31Make the athn(4) back-end more bus agnostic by moving read and writeDamien Bergamini
2010-08-12no need to set these pointers to NULL, softc is already zeroed.Damien Bergamini
2010-07-15remove dead code (AR9286 1.1 does not really exist.)Damien Bergamini
2010-07-15On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set.Damien Bergamini
2010-07-15Remove initialization values for chips that never made it into production:Damien Bergamini
2010-05-10athn(4) is going to support a new family of Atheros 802.11nDamien Bergamini
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-07update initvals and TX gains for AR9285 >=1.2Damien Bergamini
2010-02-07HT is not enable so skip this.Damien Bergamini
2009-11-19fix for some variants of AR9285.Damien Bergamini
2009-11-15AR9287 uses GPIO pin 8 for LED, not 1.Damien Bergamini
2009-11-14make ramdisks compileTheo de Raadt
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini