index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
ar9380.c
Age
Commit message (
Expand
)
Author
2017-08-18
Fix ar9380 switching regulator setup. Coverity CID 1299115.
Jonathan Gray
2017-01-12
Finish initial 11n support for athn(4).
Stefan Sperling
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-10-20
Init values for the AR9485 were for version 1.0 of this chip, which according
Stefan Sperling
2012-10-20
Fix hardware kill switch detection for the ar9300 chip family. The driver was
Stefan Sperling
2012-06-10
Allow a variable number of words for the Serializer/Deserializer programming.
Mark Kettenis
2011-04-07
Make sure the eeprom pointer is correctly initialized in
Miod Vallat
2011-01-05
cosmetic, no binary change.
Damien Bergamini
2011-01-01
cleanup, no binary change.
Damien Bergamini
2011-01-01
more AR9380/AR9485 bits.
Damien Bergamini
2011-01-01
add code to read OTPROM on the AR9485
Damien Bergamini
2010-12-31
limit the number of Tx chains used on some 3-stream AR9380 chips
Damien Bergamini
2010-12-31
Make the athn(4) back-end more bus agnostic by moving read and write
Damien Bergamini
2010-11-10
Several updates for the Osprey (AR9380):
Damien Bergamini
2010-10-18
remove v2.0 initialization values for the Osprey.
Damien Bergamini
2010-06-21
Implement PA linearization on adapters with digital predistorters
Damien Bergamini
2010-05-13
initialization values for AR9380 2.2.
Damien Bergamini
2010-05-11
enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says the
Damien Bergamini
2010-05-11
various AR9003 fixes (found during code inspection):
Damien Bergamini
2010-05-10
athn(4) is going to support a new family of Atheros 802.11n
Damien Bergamini