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
/
ar5416.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
2010-08-12
no need to set these pointers to NULL, softc is already zeroed.
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-19
cckinc is signed.
Damien Bergamini
2010-03-28
Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287
Kenneth R Westerback
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
make ramdisks compile
Theo de Raadt
2009-11-14
athn(4), a driver for Atheros 802.11a/g/n devices.
Damien Bergamini