Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2004 17:21:31 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 65268 for review
Message-ID:  <200411161721.iAGHLVvK088361@repoman.freebsd.org>

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

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



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