CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/02/28 06:26:56
Modified files:
sys/dev/pci : if_iwm.c if_iwmvar.h
Log message:
Some monitor mode fixes for iwm(4):
- use a distinct station ID for monitor STA
- set station type to "general purpose" instead of "link"
- use "any address" (zero) as station address instead of broadcast address
- use the inject monitor Tx queue, and do not enable regular Tx queues
- accept multicast frames
With this I can reliably switch back and forth between BSS and monitor modes.
Tested on 7265 and 8265.
ok mpi@