Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77ebd047 authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman
Browse files

Staging: wlan-ng: p80211ioctl.h: Coding style cleanups

parent 90de180a
Loading
Loading
Loading
Loading
+6 −15
Original line number Diff line number Diff line
@@ -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,16 +73,12 @@

#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
{
typedef struct p80211ioctl_req {
	char name[WLAN_DEVNAMELEN_MAX];
	caddr_t data;
	u32 magic;
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@
#ifndef _P80211MKMETADEF_H
#define _P80211MKMETADEF_H


#define DIDmsg_dot11req_mibget \
			(P80211DID_MKSECTION(1) | \
			P80211DID_MKGROUP(1))