mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user