Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef fw_seg_container to struct fw_seg_…
Browse files Browse the repository at this point in the history
…container

Remove typedef from struct.
Rename struct.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 1b41925 commit b25765c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/r8192E_firmware.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b25765c

Please sign in to comment.