staging: wlan-ng: rename DIDmib_lnx_lnxConfigTable in p80211metadef.h

Rename DIDmib_lnx_lnxConfigTable in p80211metadef.h to
DIDMIB_LNX_CONFIGTABLE to fix "Avoid CamelCase" message from
checkpatch and conform to the coding style guidelines. Also shorten
name by removing repeated use of "LNX" to ease readability and
reduce long lines.

Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tim Collier 2018-09-26 23:06:19 +01:00 committed by Greg Kroah-Hartman
parent 8ddafa1534
commit 05cdb125f7
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@
P80211DID_MKITEM(1) | 0x10000000)
#define DIDMIB_CAT_LNX \
P80211DID_MKSECTION(4)
#define DIDmib_lnx_lnxConfigTable \
#define DIDMIB_LNX_CONFIGTABLE \
(P80211DID_MKSECTION(4) | \
P80211DID_MKGROUP(1))
#define DIDmib_lnx_lnxConfigTable_lnxRSNAIE \