Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2007 13:34:10 GMT
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 114289 for review
Message-ID:  <200702091334.l19DYAxX012295@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114289

Change 114289 by sephe@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));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702091334.l19DYAxX012295>