Currently, iwm(4) uses only one phy context, so stop sending commands to the
authorstsp <stsp@openbsd.org>
Wed, 14 Jun 2017 16:58:28 +0000 (16:58 +0000)
committerstsp <stsp@openbsd.org>
Wed, 14 Jun 2017 16:58:28 +0000 (16:58 +0000)
commit8ce927c30175d9745e794bac65b2602c9f348e9a
treed9b94d74b3e31380bda649e777962d5a398c2341
parent31bde467362f8fd6f86c2755454b31949e0ed2dc
Currently, iwm(4) uses only one phy context, so stop sending commands to the
firmware for unused ones. This should be refactored further, but for now this
change is good enough to reduce the amount of commands we throw at the firmware.
ok deraadt@
sys/dev/pci/if_iwm.c