PERFORCE change 75600 for review

Sam Leffler sam at FreeBSD.org
Tue Apr 19 20:43:52 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=75600

Change 75600 by sam at sam_ebb on 2005/04/20 03:43:30

	catch up with return type change

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#49 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#49 (text+ko) ====

@@ -518,7 +518,7 @@
 				m_adj(m, FF_LLC_SIZE);
 				m = ieee80211_decap_fastframe(ic, ni, m);
 				if (m == NULL)
-					return;
+					return type;
 			}
 		}
 #undef FF_LLC_SIZE


More information about the p4-projects mailing list