PERFORCE change 114289 for review
Sepherosa Ziehau
sephe at FreeBSD.org
Fri Feb 9 13:34:11 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=114289
Change 114289 by sephe at sephe_zealot:sam_wifi on 2007/02/09 13:34:03
Return immediately, if m_pullup() fails on a fast frame.
Affected files ...
.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#81 edit
Differences ...
==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#81 (text+ko) ====
@@ -493,6 +493,7 @@
ni->ni_macaddr, "fast-frame",
"%s", "m_pullup(llc) failed");
ic->ic_stats.is_rx_tooshort++;
+ return type;
}
llc = (struct llc *)(mtod(m, u_int8_t *) +
sizeof(struct ether_header));
More information about the p4-projects
mailing list