OpenBSD cvs log

created 2019-01-30T13:20:15Z
begin 2019-01-15T00:00:00Z
end 2019-01-16T00:00:00Z
path src/sys
commits 5

date 2019-01-15T10:00:47Z
author stsp
files src/sys/net80211/ieee80211.h log diff annotate
message Rename some data frame subtype macros to make the difference between
"data" and "no data" frames more obvious. These renamed macros aren't
actually used anywhere in net80211 yet.
cross-checked with 802.11 specs by myself and Lauri Tirkkonen

date 2019-01-15T10:01:46Z
author stsp
files src/sys/net80211/ieee80211_input.c log diff annotate
message Stop processing "no data" frames in ieee80211_input() before decryption.
Previously such frames would be counted as decryption failures which is
nonsense because they don't carry any data which could be encrypted.
Problem analyzed by, and fix developed together with, Lauri Tirkkonen.

date 2019-01-15T16:07:42Z
author kettenis
files src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
message Add missing Allwinner H3/H5 OHCI clocks.

date 2019-01-15T18:33:30Z
author visa
files src/sys/arch/sgi/dev/owmac.c log diff annotate
message Remove an unused variable. Spotted by clang.

OK miod@

date 2019-01-15T22:08:32Z
author stsp
files src/sys/dev/usb/if_otus.c log diff annotate
src/sys/dev/usb/if_otusreg.h log diff annotate
message Make otus(4) modify its DMA_TRIGGER register with readable macros
instead of magic numbers. No functional change.
ok kettenis@