aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/dot11d.h
diff options
context:
space:
mode:
authorHimadri Pandya <himadri18.07@gmail.com>2019-02-06 21:04:14 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-07 13:36:02 +0100
commitcc7834fb5ddb8f9505d1ebbd109d9753e4c24b5d (patch)
tree1f46f4ea74153c20a17c2ed9debf917290349750 /drivers/staging/rtl8192e/dot11d.h
parentstaging: wilc1000: rename linux_wlan.c and linux_mon.c (diff)
downloadlinux-dev-cc7834fb5ddb8f9505d1ebbd109d9753e4c24b5d.tar.xz
linux-dev-cc7834fb5ddb8f9505d1ebbd109d9753e4c24b5d.zip
staging: rtl8192e: rename members of struct chnl_txpow_triple - style
Rename following members of chnl_txpow_triple to fix checkpatch warning: Avoid CamelCase FirstChnl -> first_channel NumChnls -> num_channels MaxTxPowerInDbm -> max_tx_power Signed-off-by: Himadri Pandya <himadri18.07@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/rtl8192e/dot11d.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/rtl8192e/dot11d.h b/drivers/staging/rtl8192e/dot11d.h
index 7fa3c4d963c4..e007295fe9d0 100644
--- a/drivers/staging/rtl8192e/dot11d.h
+++ b/drivers/staging/rtl8192e/dot11d.h
@@ -18,9 +18,9 @@
#include "rtllib.h"
struct chnl_txpow_triple {
- u8 FirstChnl;
- u8 NumChnls;
- u8 MaxTxPowerInDbm;
+ u8 first_channel;
+ u8 num_channels;
+ u8 max_tx_power;
};
enum dot11d_state {