PERFORCE change 65268 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 16 09:21:33 PST 2004


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

Change 65268 by sam at sam_ebb on 2004/11/16 17:21:01

	remove requirement that get chaninfo requests must supply a
	full-sized data buffer

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_ioctl.c#15 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_ioctl.c#15 (text+ko) ====

@@ -871,8 +871,6 @@
 	struct ieee80211req_chaninfo chans;	/* XXX off stack? */
 	int i, space;
 
-	if (ireq->i_len != sizeof(chans))
-		return EINVAL;
 	/*
 	 * Since channel 0 is not available for DS, channel 1
 	 * is assigned to LSB on WaveLAN.


More information about the p4-projects mailing list