staging: rtl8192e: Convert typedef tx_ring to struct tx_ring
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -511,11 +511,11 @@ typedef struct _init_gain
|
|||||||
|
|
||||||
} init_gain, *pinit_gain;
|
} init_gain, *pinit_gain;
|
||||||
|
|
||||||
typedef struct _tx_ring{
|
struct tx_ring {
|
||||||
u32 * desc;
|
u32 * desc;
|
||||||
u8 nStuckCount;
|
u8 nStuckCount;
|
||||||
struct _tx_ring * next;
|
struct tx_ring * next;
|
||||||
}__attribute__ ((packed)) tx_ring, * ptx_ring;
|
} __packed;
|
||||||
|
|
||||||
struct rtl8192_tx_ring {
|
struct rtl8192_tx_ring {
|
||||||
struct tx_desc *desc;
|
struct tx_desc *desc;
|
||||||
|
Reference in New Issue
Block a user