CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/26 05:58:33
Modified files:
sys/dev/pci : if_iwx.c
Log message:
Don't enable any BT modules in the iwx(4) BT_COEX command.
The iwx(4) driver intends to disable bluetooth. The command we sent to the
firmware says "wifi only", but also enabled a bluetooth module. This seems
to work as intended but is ambiguous. Linux also leaves all modules disabled
in wifi-only mode. So do not enable any BT modules in the BT_COEX command.
ok mpi@