CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/03 07:03:44
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
Unbreak compiles with IEEE80211_DEBUG defined.
In ieee80211_recv_probe_resp() the code to print probe responses should be
called after ieee80211_find_node() and is_new should be used instead of
checking for ni == NULL.
OK stsp@
