Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 14 Oct 2001 20:08:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 14 Oct 2001 20:08:43 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:35078 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sun, 14 Oct 2001 20:08:30 -0400 To: linux-kernel@vger.kernel.org From: "H. Peter Anvin" Subject: Re: Wireless Extension update Date: 14 Oct 2001 17:08:51 -0700 Organization: Transmeta Corporation, Santa Clara CA Message-ID: <9qd9ej$982$1@cesium.transmeta.com> In-Reply-To: <20011008191247.B6816@bougret.hpl.hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Disclaimer: Not speaking for Transmeta in any way, shape, or form. Copyright: Copyright 2001 H. Peter Anvin - All Rights Reserved Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Followup to: <20011008191247.B6816@bougret.hpl.hp.com> By author: Jean Tourrilhes 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 -- at work, in private! "Unix gives you enough rope to shoot yourself in the foot." http://www.zytor.com/~hpa/puzzle.txt - 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/