projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57670ee
)
ray_cs: Change 1 to true for bool type variable.
author
Shailendra Verma
<shailendra.capricorn@gmail.com>
Wed, 27 May 2015 00:55:57 +0000
(06:25 +0530)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 2 Jun 2015 20:30:14 +0000
(23:30 +0300)
The variable translate is bool type. So assigning true instead of 1.
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ray_cs.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ray_cs.c
b/drivers/net/wireless/ray_cs.c
index 477f86354dc5a7ff8a324717a16093cd9fc55f81..0881ba8535f4e11bec61d029dc58f29a7f0c4500 100644
(file)
--- a/
drivers/net/wireless/ray_cs.c
+++ b/
drivers/net/wireless/ray_cs.c
@@
-143,7
+143,7
@@
static int psm;
static char *essid;
/* Default to encapsulation unless translation requested */
-static bool translate =
1
;
+static bool translate =
true
;
static int country = USA;