Commit acf08e1a authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef cmpk_rx_dbginfo_t to struct cmpk_rx_dbginfo

Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 7f6aa06c
......@@ -22,7 +22,7 @@
#define CMPK_TX_SET_CONFIG_SIZE sizeof(struct cmpk_set_cfg)
#define CMPK_BOTH_QUERY_CONFIG_SIZE sizeof(struct cmpk_set_cfg)
#define CMPK_RX_TX_STS_SIZE sizeof(struct cmpk_tx_status)
#define CMPK_RX_DBG_MSG_SIZE sizeof(cmpk_rx_dbginfo_t)
#define CMPK_RX_DBG_MSG_SIZE sizeof(struct cmpk_rx_dbginfo)
#define CMPK_TX_RAHIS_SIZE sizeof(cmpk_tx_rahis_t)
#define ISR_TxBcnOk BIT27
......@@ -112,14 +112,13 @@ struct cmpk_tx_status {
u8 rate;
}__packed;
typedef struct tag_rx_debug_message_feedback
{
struct cmpk_rx_dbginfo {
u16 reserve1;
u8 length;
u8 element_id;
}cmpk_rx_dbginfo_t;
};//;
typedef struct tag_tx_rate_history
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment