aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_dm.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-08-03 01:01:57 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-05 16:21:06 +0200
commitf835f4b38300b4798a90c90bfed73b6a4f05053e (patch)
tree052af2d9034400c57221eb45414f24443a0a056c /drivers/staging/rtl8192u/r8192U_dm.h
parentstaging:rtl8192u: Remove member initialgain_lowerbound_state - Style (diff)
downloadlinux-dev-f835f4b38300b4798a90c90bfed73b6a4f05053e.tar.xz
linux-dev-f835f4b38300b4798a90c90bfed73b6a4f05053e.zip
staging:rtl8192u: Rename enum constants - Style
Rename the two constants defined in the enumerated type enum cck_rx_path_method so that they are both uppercase, as suggested by the coding style. This is purely a coding style change and should have no impact on runtime code execution. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/r8192U_dm.h')
-rw-r--r--drivers/staging/rtl8192u/r8192U_dm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192u/r8192U_dm.h b/drivers/staging/rtl8192u/r8192U_dm.h
index ba73dd1d1793..d51c20eafef4 100644
--- a/drivers/staging/rtl8192u/r8192U_dm.h
+++ b/drivers/staging/rtl8192u/r8192U_dm.h
@@ -124,8 +124,8 @@ struct dig {
};
enum cck_rx_path_method {
- CCK_Rx_Version_1 = 0,
- CCK_Rx_Version_2 = 1,
+ CCK_RX_VERSION_1 = 0,
+ CCK_RX_VERSION_2 = 1,
};
struct dynamic_rx_path_sel {