CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/31 05:36:13
Modified files:
sys/dev/ic : bwfm.c
sys/dev/pci : if_iwm.c if_iwn.c if_wpi.c
sys/dev/usb : if_atu.c if_rsu.c
Log message:
Some wifi drivers don't call ieee80211_newstate() during some state
transitions, which means those state transition won't be shown in dmesg
in interface debug mode. Make drivers print these transitions themselves.
ok patrick@
