diff options
author | Tim Collier <osdevtc@gmail.com> | 2018-09-26 23:05:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-28 14:41:37 +0200 |
commit | eb7c161c2685acb973c534e12613f62b8e853f2a (patch) | |
tree | 5e451a281bb2e7e311f7fb7ce575bd6ec4598f89 /drivers/staging/wlan-ng/p80211metadef.h | |
parent | 59155a817795fe3c64dbcc640acbad5ee9201e00 (diff) |
staging: wlan-ng: rename DIDmsg_lnxreq_ifstate in p80211metadef.h
Rename DIDmsg_lnxreq_ifstate in p80211metadef.h to
DIDMSG_LNXREQ_IFSTATE to fix "Avoid CamelCase" message from checkpatch
and conform to the coding style guidelines.
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/p80211metadef.h b/drivers/staging/wlan-ng/p80211metadef.h index 671eeeb33e4e..294a728e0f6d 100644 --- a/drivers/staging/wlan-ng/p80211metadef.h +++ b/drivers/staging/wlan-ng/p80211metadef.h @@ -85,7 +85,7 @@ #define DIDmsg_dot11ind_associate \ (P80211DID_MKSECTION(2) | \ P80211DID_MKGROUP(3)) -#define DIDmsg_lnxreq_ifstate \ +#define DIDMSG_LNXREQ_IFSTATE \ (P80211DID_MKSECTION(3) | \ P80211DID_MKGROUP(1)) #define DIDmsg_lnxreq_wlansniff \ |