mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 16:14:58 -04:00
nuke assert that duplicates real check
Reviewed by: avatar Approved by: re (scottl)
This commit is contained in:
parent
5b7ff138f0
commit
ac594bdfd7
1 changed files with 0 additions and 3 deletions
|
|
@ -149,9 +149,6 @@ ieee80211_input(struct ieee80211com *ic, struct mbuf *m,
|
|||
m_adj(m, -IEEE80211_CRC_LEN);
|
||||
m->m_flags &= ~M_HASFCS;
|
||||
}
|
||||
KASSERT(m->m_pkthdr.len >= sizeof(struct ieee80211_frame_min),
|
||||
("frame length too short: %u", m->m_pkthdr.len));
|
||||
|
||||
type = -1; /* undefined */
|
||||
/*
|
||||
* In monitor mode, send everything directly to bpf.
|
||||
|
|
|
|||
Loading…
Reference in a new issue