index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
ar5416.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complete athn(4) noisefloor calibration code and enable it.
stsp
2019-02-01
1
-2
/
+5
*
Finish initial 11n support for athn(4).
stsp
2017-01-12
1
-1
/
+2
*
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
stsp
2016-01-05
1
-11
/
+1
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
*
No need to include <net/if_arp.h>
mpi
2015-11-24
1
-2
/
+1
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
1
-2
/
+1
*
Use <sys/endian.h> instead of <machine/endian.h>
guenther
2014-12-19
1
-2
/
+2
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Allow a variable number of words for the Serializer/Deserializer programming.
kettenis
2012-06-10
1
-2
/
+2
*
no need to set these pointers to NULL, softc is already zeroed.
damien
2010-08-12
1
-2
/
+1
*
On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set.
damien
2010-07-15
1
-2
/
+2
*
Remove initialization values for chips that never made it into production:
damien
2010-07-15
1
-4
/
+4
*
athn(4) is going to support a new family of Atheros 802.11n
damien
2010-05-10
1
-30
/
+86
*
remove proc.h include from uvm_map.h. This has far reaching effects, as
tedu
2010-04-20
1
-2
/
+1
*
cckinc is signed.
damien
2010-04-19
1
-2
/
+2
*
Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287
krw
2010-03-28
1
-2
/
+2
*
cleanup the printf/DPRINTF mess.
damien
2009-11-17
1
-4
/
+4
*
AR9287 uses GPIO pin 8 for LED, not 1.
damien
2009-11-15
1
-1
/
+2
*
make ramdisks compile
deraadt
2009-11-14
1
-2
/
+5
*
athn(4), a driver for Atheros 802.11a/g/n devices.
damien
2009-11-14
1
-0
/
+914