summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211metadef.h
diff options
context:
space:
mode:
authorTim Collier <osdevtc@gmail.com>2018-09-26 23:06:01 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-28 14:42:41 +0200
commitce0f34e4af71d73b727f707e143dda1fcf5cffbe (patch)
tree3b5ab3eb8405ee47d6f74fa8f7866bf8752ed5bd /drivers/staging/wlan-ng/p80211metadef.h
parent92506a11e5dba98c8ae48aa9091646293b25ccce (diff)
downloadlinux-stable-ce0f34e4af71d73b727f707e143dda1fcf5cffbe.tar.gz
linux-stable-ce0f34e4af71d73b727f707e143dda1fcf5cffbe.tar.bz2
linux-stable-ce0f34e4af71d73b727f707e143dda1fcf5cffbe.zip
staging: wlan-ng: rename DIDmib_dot11smt_dot11WEPDefaultKeysTable_key in p80211metadef.h
Rename DIDmib_dot11smt_dot11WEPDefaultKeysTable_key in p80211metadef.h to didmib_dot11smt_wepdefaultkeystable_key to fix "Avoid CamelCase" message from checkpatch and conform to the coding style guidelines. Also shorten name by removing repeated use of "DOT11" to ease readability and reduce long lines. Signed-off-by: Tim Collier <osdevtc@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng/p80211metadef.h')
-rw-r--r--drivers/staging/wlan-ng/p80211metadef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/p80211metadef.h b/drivers/staging/wlan-ng/p80211metadef.h
index a74af59737ce..2515c22b135e 100644
--- a/drivers/staging/wlan-ng/p80211metadef.h
+++ b/drivers/staging/wlan-ng/p80211metadef.h
@@ -156,7 +156,7 @@
#define DIDMIB_DOT11SMT_WEPDEFAULTKEYSTABLE \
(P80211DID_MKSECTION(1) | \
P80211DID_MKGROUP(4))
-#define DIDmib_dot11smt_dot11WEPDefaultKeysTable_key(_i) \
+#define didmib_dot11smt_wepdefaultkeystable_key(_i) \
(DIDMIB_DOT11SMT_WEPDEFAULTKEYSTABLE | \
P80211DID_MKITEM(_i) | 0x0c000000)
#define DIDmib_dot11smt_dot11PrivacyTable \