staging: wilc1000: rename typedef from tenuCfgParam

This patch rename typedef from the enum tenuCfgParamand
rename it to cfg_param.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Leo Kim
2015-10-12 16:56:00 +09:00
committed by Greg Kroah-Hartman
parent 1ec3815f38
commit 200ac21b0d

View File

@@ -126,7 +126,7 @@ struct cfg_param_val {
};
typedef enum {
enum cfg_param {
RETRY_SHORT = BIT(0),
RETRY_LONG = BIT(1),
FRAG_THRESHOLD = BIT(2),
@@ -146,7 +146,7 @@ typedef enum {
PASSIVE_SCANTIME = BIT(16),
CURRENT_TX_RATE = BIT(17),
HT_ENABLE = BIT(18),
} tenuCfgParam;
};
struct found_net_info {
u8 au8bssid[6];