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
/
ar9285.c
Age
Commit message (
Expand
)
Author
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-06-10
Allow a variable number of words for the Serializer/Deserializer programming.
Mark Kettenis
2011-01-15
carrier leakage calibration workaround for high temperature is not
Damien Bergamini
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
commit some bits that will be required by AR9271/AR7010
Damien Bergamini
2010-12-31
Make the athn(4) back-end more bus agnostic by moving read and write
Damien Bergamini
2010-08-12
no need to set these pointers to NULL, softc is already zeroed.
Damien Bergamini
2010-07-15
remove dead code (AR9286 1.1 does not really exist.)
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-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
2010-04-07
update initvals and TX gains for AR9285 >=1.2
Damien Bergamini
2010-02-07
HT is not enable so skip this.
Damien Bergamini
2009-11-19
fix for some variants of AR9285.
Damien Bergamini
2009-11-15
AR9287 uses GPIO pin 8 for LED, not 1.
Damien Bergamini
2009-11-14
make ramdisks compile
Theo de Raadt
2009-11-14
athn(4), a driver for Atheros 802.11a/g/n devices.
Damien Bergamini