Skip to content

Commit 200ac21

Browse files
Leo-Kimgregkh
authored andcommitted
staging: wilc1000: rename typedef from tenuCfgParam
This patch rename typedef from the enum tenuCfgParamand rename it to cfg_param. Signed-off-by: Leo Kim <[email protected]> Signed-off-by: Tony Cho <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1ec3815 commit 200ac21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/staging/wilc1000/host_interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ struct cfg_param_val {
126126

127127
};
128128

129-
typedef enum {
129+
enum cfg_param {
130130
RETRY_SHORT = BIT(0),
131131
RETRY_LONG = BIT(1),
132132
FRAG_THRESHOLD = BIT(2),
@@ -146,7 +146,7 @@ typedef enum {
146146
PASSIVE_SCANTIME = BIT(16),
147147
CURRENT_TX_RATE = BIT(17),
148148
HT_ENABLE = BIT(18),
149-
} tenuCfgParam;
149+
};
150150

151151
struct found_net_info {
152152
u8 au8bssid[6];

0 commit comments

Comments
 (0)