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

Commit 28c777cb authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: device.h remove typedef enum



Covert values to macros.

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 83373ac0
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -98,10 +98,8 @@
#define PK_TYPE_11GB    2
#define PK_TYPE_11GA    3

typedef enum {
	OWNED_BY_HOST = 0,
	OWNED_BY_NIC = 1
} DEVICE_OWNER_TYPE, *PDEVICE_OWNER_TYPE;
#define OWNED_BY_HOST	0
#define	OWNED_BY_NIC	1

typedef struct __device_opt {
	int         nRxDescs0;		/* Number of RX descriptors0 */