Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ray_cs: Change 1 to true for bool type variable.

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>

authored by

Shailendra Verma and committed by
Kalle Valo
fa2ab697 57670ee8

+1 -1
+1 -1
drivers/net/wireless/ray_cs.c
··· 143 143 static char *essid; 144 144 145 145 /* Default to encapsulation unless translation requested */ 146 - static bool translate = 1; 146 + static bool translate = true; 147 147 148 148 static int country = USA; 149 149