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:
parent
da37aabf13
commit
a983c95fb8
1 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ typedef enum _RT_PS_MODE {
|
||||||
} RT_PS_MODE;
|
} RT_PS_MODE;
|
||||||
|
|
||||||
/* by amy for power save. */
|
/* by amy for power save. */
|
||||||
typedef struct r8180_priv {
|
struct r8180_priv {
|
||||||
struct pci_dev *pdev;
|
struct pci_dev *pdev;
|
||||||
|
|
||||||
short epromtype;
|
short epromtype;
|
||||||
|
@ -644,7 +644,7 @@ typedef struct r8180_priv {
|
||||||
u32 IntrMask;
|
u32 IntrMask;
|
||||||
|
|
||||||
struct chnl_access_setting ChannelAccessSetting;
|
struct chnl_access_setting ChannelAccessSetting;
|
||||||
} r8180_priv;
|
};
|
||||||
|
|
||||||
#define MANAGE_PRIORITY 0
|
#define MANAGE_PRIORITY 0
|
||||||
#define BK_PRIORITY 1
|
#define BK_PRIORITY 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue