mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
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>
This commit is contained in:
parent
90de180a29
commit
77ebd0471a
@ -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 */
|
||||
|
@ -47,7 +47,6 @@
|
||||
#ifndef _P80211MKMETADEF_H
|
||||
#define _P80211MKMETADEF_H
|
||||
|
||||
|
||||
#define DIDmsg_dot11req_mibget \
|
||||
(P80211DID_MKSECTION(1) | \
|
||||
P80211DID_MKGROUP(1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user