mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 06:50:43 -04:00
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:
committed by
Greg Kroah-Hartman
parent
1ec3815f38
commit
200ac21b0d
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user