staging: rtl8192e: Convert typedef firmware_source_e to enum firmware_source
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
8ce50cf33a
commit
9659e7f527
@ -39,10 +39,10 @@ enum desc_packet_type {
|
||||
DESC_PACKET_TYPE_NORMAL = 1,
|
||||
};
|
||||
|
||||
typedef enum _firmware_source_e{
|
||||
enum firmware_source {
|
||||
FW_SOURCE_IMG_FILE = 0,
|
||||
FW_SOURCE_HEADER_FILE = 1,
|
||||
} firmware_source_e, *pfirmware_source_e;
|
||||
};
|
||||
|
||||
typedef enum _firmware_status_e{
|
||||
FW_STATUS_0_INIT = 0,
|
||||
|
@ -602,7 +602,7 @@ struct r8192_priv {
|
||||
|
||||
struct rt_firmware *pFirmware;
|
||||
enum rtl819x_loopback LoopbackMode;
|
||||
firmware_source_e firmware_source;
|
||||
enum firmware_source firmware_source;
|
||||
|
||||
struct timer_list watch_dog_timer;
|
||||
struct timer_list fsync_timer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user