PERFORCE change 117513 for review

Sam Leffler sam at FreeBSD.org
Fri Apr 6 16:20:27 UTC 2007


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

Change 117513 by sam at sam_ebb on 2007/04/06 16:20:04

	s/0/NULL/ for type compatibility

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_crypto.c#21 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_crypto.c#21 (text+ko) ====

@@ -592,7 +592,7 @@
 		    "[%s] unable to pullup %s header\n",
 		    ether_sprintf(wh->i_addr2), cip->ic_name);
 		ic->ic_stats.is_rx_wepfail++;	/* XXX */
-		return 0;
+		return NULL;
 	}
 
 	return (cip->ic_decap(k, m, hdrlen) ? k : NULL);


More information about the p4-projects mailing list