Subject: Re: CVS commit: basesrc
To: None <itojun@iijlab.net>
From: Jason R Thorpe <thorpej@zembu.com>
List: source-changes
Date: 07/04/2000 23:35:14
On Wed, Jul 05, 2000 at 01:36:05PM +0900, itojun@iijlab.net wrote:

 > 	i'm not sure if I'm correct, but I thought that jason suggested to
 > 	deprecate the old ioctl number and assign new ioctl number to
 > 	SIOCS80211NWID, so that:
 > 	- old binary would get EINVAL on new kernel
 > 	- new binary works happy with new kernel

It should be fine -- since the size of the argument changed, a new
ioctl value (as computed by the _IOW macro) is "magically" allocated.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>