OpenBSD cvs log

created 2021-08-02T08:31:22Z
begin 2021-07-29T11:53:46Z
end 2021-07-29T11:58:35Z
path src/sys
commits 5

date 2021-07-29T11:56:21Z
author stsp
files src/sys/dev/pci/if_iwx.c log diff annotate
message New iwx(4) firmware doesn't require an AUX station to be added.

ADD_STA command version >= 12 implies that firmware uses an internal
AUX station for scanning, and firmware panics if we try to add one.

ok kevlo@

date 2021-07-29T11:56:53Z
author stsp
files src/sys/dev/pci/if_iwx.c log diff annotate
src/sys/dev/pci/if_iwxreg.h log diff annotate
message Handle iwx(4) PHY context command version 3.

ok kevlo@

date 2021-07-29T11:57:33Z
author stsp
files src/sys/dev/pci/if_iwx.c log diff annotate
src/sys/dev/pci/if_iwxreg.h log diff annotate
message Add support for iwx(4) "reduced" scan config command required by new firmware.

ok kevlo@

date 2021-07-29T11:57:59Z
author stsp
files src/sys/dev/pci/if_iwx.c log diff annotate
src/sys/dev/pci/if_iwxreg.h log diff annotate
message Add support for iwx(4) umac scan command version 14.

ok kevlo@

date 2021-07-29T11:58:35Z
author stsp
files src/sys/dev/pci/if_iwx.c log diff annotate
src/sys/dev/pci/if_iwxreg.h log diff annotate
message Support the new iwx(4) firmware session protection command.

Required for having associations succeed with new firmware.

ok kevlo@