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:
Larry Finger
2011-07-19 00:26:41 -05:00
parent 2fac6fc46d
commit e3e3762996
6 changed files with 31 additions and 32 deletions

View File

@@ -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;