summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar9380.c
AgeCommit message (Expand)Author
2017-08-18Fix ar9380 switching regulator setup. Coverity CID 1299115.Jonathan Gray
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-10-20Init values for the AR9485 were for version 1.0 of this chip, which accordingStefan Sperling
2012-10-20Fix hardware kill switch detection for the ar9300 chip family. The driver wasStefan Sperling
2012-06-10Allow a variable number of words for the Serializer/Deserializer programming.Mark Kettenis
2011-04-07Make sure the eeprom pointer is correctly initialized inMiod Vallat
2011-01-05cosmetic, no binary change.Damien Bergamini
2011-01-01cleanup, no binary change.Damien Bergamini
2011-01-01more AR9380/AR9485 bits.Damien Bergamini
2011-01-01add code to read OTPROM on the AR9485Damien Bergamini
2010-12-31limit the number of Tx chains used on some 3-stream AR9380 chipsDamien Bergamini
2010-12-31Make the athn(4) back-end more bus agnostic by moving read and writeDamien Bergamini
2010-11-10Several updates for the Osprey (AR9380):Damien Bergamini
2010-10-18remove v2.0 initialization values for the Osprey.Damien Bergamini
2010-06-21Implement PA linearization on adapters with digital predistortersDamien Bergamini
2010-05-13initialization values for AR9380 2.2.Damien Bergamini
2010-05-11enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says theDamien Bergamini
2010-05-11various AR9003 fixes (found during code inspection):Damien Bergamini
2010-05-10athn(4) is going to support a new family of Atheros 802.11nDamien Bergamini