Commit e3e37629 authored by Larry Finger's avatar Larry Finger
Browse files

staging: rtl8192e: Convert typedef r8192_priv to struct r8192_priv



Remove typedef from struct.
Rename struct.
Rename uses.

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 2fac6fc4
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -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;

+1 −1

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading