Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef desc_packet_type_e to enum desc_pa…
Browse files Browse the repository at this point in the history
…cket_type

Remove typedef from enum.
Rename enum.
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 6bf0400 commit 8ce50cf
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 @@ -34,10 +34,10 @@ enum opt_rst_type {
OPT_FIRMWARE_RESET = 1,
};

typedef enum _desc_packet_type_e{
enum desc_packet_type {
DESC_PACKET_TYPE_INIT = 0,
DESC_PACKET_TYPE_NORMAL = 1,
} desc_packet_type_e;
};

typedef enum _firmware_source_e{
FW_SOURCE_IMG_FILE = 0,
Expand Down

0 comments on commit 8ce50cf

Please sign in to comment.