OpenBSD cvs log

created 2020-01-25T15:20:07Z
begin 2019-11-04T12:20:40Z
end 2019-11-04T13:05:22Z
path src/sys
commits 1

date 2019-11-04T13:05:22Z
author stsp
files src/sys/dev/pci/if_iwm.c log diff annotate
message Make iwm send the DQA command later, as Linux does. We were sending it to
the init firmware which does not need it. The main runtime firmware needs it.

This actually enables DQA mode, and two further problems showed up:

1) Correctly configure the AUX station queue in the DQA case.

2) Always transmit our own frames via the AP's station. The AUX station
is meant to be used for firmware-generated frames only.

Tested on 7260, 7265, and 8265 with standard -current firmware images.
Required for newer firmware versions.

ok patrick@