Commit b25765ce authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef fw_seg_container to struct fw_seg_container

Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 1b419253
......@@ -53,10 +53,10 @@ typedef enum _firmware_status{
FW_STATUS_5_READY = 5,
}firmware_status_e;
typedef struct _rt_firmare_seg_container {
struct fw_seg_container {
u16 seg_size;
u8 *seg_ptr;
}fw_seg_container, *pfw_seg_container;
};//, *pfw_seg_container;
typedef struct _rt_firmware{
firmware_status_e firmware_status;
......
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