CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/02 05:18:37
Modified files:
sys/dev/pci : if_iwm.c
Log message:
When iwm(4) firmware reports missed beacons, send a probe request only
if ic_mgt_timer indicates that we're not already waiting for a response.
Fixes a flood of probe requests sent out while the interrupt kept firing.
Also, byteswap the missed beacon counter value when reading it.
ok mpi@
