Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2005 03:43:50 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 75600 for review
Message-ID:  <200504200343.j3K3hoPS057737@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 75600 by sam@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


help

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