Messages in this thread |  | | From | "H. Peter Anvin" <> | Subject | Re: Wireless Extension update | Date | 14 Oct 2001 17:08:51 -0700 |
| |
Followup to: <20011008191247.B6816@bougret.hpl.hp.com> By author: Jean Tourrilhes <jt@bougret.hpl.hp.com> In newsgroup: linux.dev.kernel > /* -------------------------- IOCTL LIST -------------------------- */ > @@ -137,6 +144,8 @@ > #define SIOCGIWRANGE 0x8B0B /* Get range of parameters */ > #define SIOCSIWPRIV 0x8B0C /* Unused */ > #define SIOCGIWPRIV 0x8B0D /* get private ioctl interface info */ > +#define SIOCSIWSTATS 0x8B0E /* Unused */ > +#define SIOCGIWSTATS 0x8B0F /* Get /proc/net/wireless stats */ > > /* Mobile IP support */ > #define SIOCSIWSPY 0x8B10 /* set spy addresses */ > @@ -177,11 +186,33 @@ > #define SIOCSIWPOWER 0x8B2C /* set Power Management settings */ > #define SIOCGIWPOWER 0x8B2D /* get Power Management settings */ >
Please, pretty please, use _IOC() macros...
-hpa -- <hpa@transmeta.com> at work, <hpa@zytor.com> in private! "Unix gives you enough rope to shoot yourself in the foot." http://www.zytor.com/~hpa/puzzle.txt <amsp@zytor.com> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |