Watching scan debug output from multiple drivers at once is
highly confusing without this...
diff 017348fd9e151db65e509e6fb577f24587e25b0f /usr/src
blob - 6aeb14832608d36c839e855b4193418ffb6f7ce0
file + sys/net80211/ieee80211_node.c
--- sys/net80211/ieee80211_node.c
+++ sys/net80211/ieee80211_node.c
@@ -1063,7 +1063,7 @@ ieee80211_match_bss(struct ieee80211com *ic, struct ie
}
if (ic->ic_if.if_flags & IFF_DEBUG) {
- printf(" %c %s%c", fail ? '-' : '+',
+ printf("%s: %c %s%c", ic->ic_if.if_xname, fail ? '-' : '+',
ether_sprintf(ni->ni_bssid),
fail & 0x20 ? '!' : ' ');
printf(" %3d%c", ieee80211_chan2ieee(ic, ni->ni_chan),