staging: rtl8187se: Convert r8180_priv typedef into a struct

The Documentation/CodingStyle doesn't recommend the use of typedef,
convert this to structure.

Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ana Rey 2014-03-07 09:23:55 +01:00 committed by Greg Kroah-Hartman
parent da37aabf13
commit a983c95fb8

View File

@ -322,7 +322,7 @@ typedef enum _RT_PS_MODE {
} RT_PS_MODE;
/* by amy for power save. */
typedef struct r8180_priv {
struct r8180_priv {
struct pci_dev *pdev;
short epromtype;
@ -644,7 +644,7 @@ typedef struct r8180_priv {
u32 IntrMask;
struct chnl_access_setting ChannelAccessSetting;
} r8180_priv;
};
#define MANAGE_PRIORITY 0
#define BK_PRIORITY 1