aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211ioctl.h
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2009-02-08 02:20:52 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:21 -0700
commit77ebd0471a8472237c480a6aca0933f7d5b81cf0 (patch)
treea702dcdcc122860ff24d1affa94e754403feeb3b /drivers/staging/wlan-ng/p80211ioctl.h
parentStaging: wlan-ng: p80211meta.h: Coding style cleanups (diff)
downloadlinux-dev-77ebd0471a8472237c480a6aca0933f7d5b81cf0.tar.xz
linux-dev-77ebd0471a8472237c480a6aca0933f7d5b81cf0.zip
Staging: wlan-ng: p80211ioctl.h: Coding style cleanups
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/p80211ioctl.h')
-rw-r--r--drivers/staging/wlan-ng/p80211ioctl.h21
1 files changed, 6 insertions, 15 deletions
diff --git a/drivers/staging/wlan-ng/p80211ioctl.h b/drivers/staging/wlan-ng/p80211ioctl.h
index 10e11358ada2..64ca7f95262c 100644
--- a/drivers/staging/wlan-ng/p80211ioctl.h
+++ b/drivers/staging/wlan-ng/p80211ioctl.h
@@ -60,14 +60,9 @@
* --------------------------------------------------------------------
*/
-
#ifndef _P80211IOCTL_H
#define _P80211IOCTL_H
-/*================================================================*/
-/* Constants */
-
-/*----------------------------------------------------------------*/
/* p80211 ioctl "request" codes. See argument 2 of ioctl(2). */
#define P80211_IFTEST (SIOCDEVPRIVATE + 0)
@@ -78,21 +73,17 @@
#define P80211_IOCTL_MAGIC (0x4a2d464dUL)
-/*================================================================*/
-/* Types */
-
/*----------------------------------------------------------------*/
/* A ptr to the following structure type is passed as the third */
/* argument to the ioctl system call when issuing a request to */
/* the p80211 module. */
-typedef struct p80211ioctl_req
-{
- char name[WLAN_DEVNAMELEN_MAX];
+typedef struct p80211ioctl_req {
+ char name[WLAN_DEVNAMELEN_MAX];
caddr_t data;
- u32 magic;
- u16 len;
- u32 result;
-} __attribute__((packed)) p80211ioctl_req_t;
+ u32 magic;
+ u16 len;
+ u32 result;
+} __attribute__ ((packed)) p80211ioctl_req_t;
#endif /* _P80211IOCTL_H */