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

Commit 80f598ae authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: remove typedef from struct vnt_private

parent 1bd63757
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -337,8 +337,7 @@ typedef struct __device_opt {
	u32         flags;
} OPTIONS, *POPTIONS;

/* TODO Convert all functions to struct vnt_private and remove typedef */
typedef struct vnt_private {
struct vnt_private {
	struct vnt_private *next;
	struct vnt_private *prev;

@@ -743,7 +742,7 @@ typedef struct vnt_private {

	struct iw_statistics	wstats;		// wireless stats
	bool bCommit;
} DEVICE_INFO, *PSDevice;
};

static inline bool device_get_ip(struct vnt_private *pInfo)
{