提交 200ac21b 编写于 作者: L Leo Kim 提交者: Greg Kroah-Hartman

staging: wilc1000: rename typedef from tenuCfgParam

This patch rename typedef from the enum tenuCfgParamand
rename it to cfg_param.
Signed-off-by: NLeo Kim <leo.kim@atmel.com>
Signed-off-by: NTony Cho <tony.cho@atmel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1ec3815f
...@@ -126,7 +126,7 @@ struct cfg_param_val { ...@@ -126,7 +126,7 @@ struct cfg_param_val {
}; };
typedef enum { enum cfg_param {
RETRY_SHORT = BIT(0), RETRY_SHORT = BIT(0),
RETRY_LONG = BIT(1), RETRY_LONG = BIT(1),
FRAG_THRESHOLD = BIT(2), FRAG_THRESHOLD = BIT(2),
...@@ -146,7 +146,7 @@ typedef enum { ...@@ -146,7 +146,7 @@ typedef enum {
PASSIVE_SCANTIME = BIT(16), PASSIVE_SCANTIME = BIT(16),
CURRENT_TX_RATE = BIT(17), CURRENT_TX_RATE = BIT(17),
HT_ENABLE = BIT(18), HT_ENABLE = BIT(18),
} tenuCfgParam; };
struct found_net_info { struct found_net_info {
u8 au8bssid[6]; u8 au8bssid[6];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册