summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/dot11d.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-20 21:21:31 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-21 08:58:32 +0200
commit85f24df0b4ef85318951411189b917c1aced6b3d (patch)
tree4c713924b7c38777383d1628fc49e853b4225da7 /drivers/staging/rtl8192u/ieee80211/dot11d.h
parent1f1590f25efda14dabdade01149f39b0bca37237 (diff)
downloadlinux-85f24df0b4ef85318951411189b917c1aced6b3d.tar.bz2
staging:rtl8192u: Rename structure member FirstChnl - Style
Rename structure member FirstChnl to first_channel. This coding style change clears a checkpatch issue with CamelCase naming. This change should not impact the 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/ieee80211/dot11d.h')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/dot11d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/dot11d.h b/drivers/staging/rtl8192u/ieee80211/dot11d.h
index 9471279cf8e6..968c622137df 100644
--- a/drivers/staging/rtl8192u/ieee80211/dot11d.h
+++ b/drivers/staging/rtl8192u/ieee80211/dot11d.h
@@ -5,7 +5,7 @@
#include "ieee80211.h"
struct chnl_txpower_triple {
- u8 FirstChnl;
+ u8 first_channel;
u8 NumChnls;
u8 MaxTxPowerInDbm;
};