mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
improve debug msg for ie's that are too short
MFC after: 2 weeks
This commit is contained in:
parent
801df4a58c
commit
ca700860df
1 changed files with 2 additions and 1 deletions
|
|
@ -1252,7 +1252,8 @@ bad:
|
|||
IEEE80211_DISCARD(ic, IEEE80211_MSG_ELEMID, \
|
||||
wh, ieee80211_mgt_subtype_name[subtype >> \
|
||||
IEEE80211_FC0_SUBTYPE_SHIFT], \
|
||||
"%s", "ie too short"); \
|
||||
"ie too short, got %d, expected %d", \
|
||||
(_len), (_minlen)); \
|
||||
ic->ic_stats.is_rx_elem_toosmall++; \
|
||||
return; \
|
||||
} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue