CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2019/11/04 06:05:22
Modified files: sys/dev/pci : if_iwm.c Log 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@