projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec3815
)
staging: wilc1000: rename typedef from tenuCfgParam
author
Leo Kim
<leo.kim@atmel.com>
Mon, 12 Oct 2015 07:56:00 +0000
(16:56 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:58:01 +0000
(20:58 -0700)
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>
drivers/staging/wilc1000/host_interface.h
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/host_interface.h
b/drivers/staging/wilc1000/host_interface.h
index 64ee05444cc31178aa434b877b1e223ed59a0298..ad4c1c4a448358f0c58805065aff15d4f857107f 100644
(file)
--- a/
drivers/staging/wilc1000/host_interface.h
+++ b/
drivers/staging/wilc1000/host_interface.h
@@
-126,7
+126,7
@@
struct cfg_param_val {
};
-
typedef enu
m {
+
enum cfg_para
m {
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];