mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 00:36:44 +07:00
staging: wlan-ng: rename DIDmsg_dot11req_mibset_mibattribute in p80211metadef.h
Rename DIDmsg_dot11req_mibset_mibattribute in p80211metadef.h to DIDMSG_DOT11REQ_MIBSET_MIBATTRIBUTE 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>
This commit is contained in:
parent
e409d2bc2b
commit
a6aace62f2
@ -62,7 +62,7 @@
|
||||
#define DIDMSG_DOT11REQ_MIBSET \
|
||||
(P80211DID_MKSECTION(1) | \
|
||||
P80211DID_MKGROUP(2))
|
||||
#define DIDmsg_dot11req_mibset_mibattribute \
|
||||
#define DIDMSG_DOT11REQ_MIBSET_MIBATTRIBUTE \
|
||||
(P80211DID_MKSECTION(1) | \
|
||||
P80211DID_MKGROUP(2) | \
|
||||
P80211DID_MKITEM(1) | 0x00000000)
|
||||
|
@ -645,7 +645,7 @@ static int p80211knetdev_set_mac_address(struct net_device *dev, void *addr)
|
||||
WLAN_DEVNAMELEN_MAX - 1);
|
||||
|
||||
/* Set up the mibattribute argument */
|
||||
mibattr->did = DIDmsg_dot11req_mibset_mibattribute;
|
||||
mibattr->did = DIDMSG_DOT11REQ_MIBSET_MIBATTRIBUTE;
|
||||
mibattr->status = P80211ENUM_msgitem_status_data_ok;
|
||||
mibattr->len = sizeof(mibattr->data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user