staging: rtl8192e: Convert typedef r8192_priv to struct r8192_priv
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -547,8 +547,7 @@ struct rtl819x_ops{
|
||||
bool (* RxCheckStuckHandler)(struct net_device* dev);
|
||||
};
|
||||
|
||||
typedef struct r8192_priv
|
||||
{
|
||||
struct r8192_priv {
|
||||
struct pci_dev *pdev;
|
||||
struct pci_dev *bridge_pdev;
|
||||
|
||||
@@ -1017,7 +1016,7 @@ typedef struct r8192_priv
|
||||
u8 H2CTxCmdSeq;
|
||||
|
||||
|
||||
}r8192_priv;
|
||||
};//;
|
||||
|
||||
extern const struct ethtool_ops rtl819x_ethtool_ops;
|
||||
|
||||
|
Reference in New Issue
Block a user