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_mibget_mibattribute in p80211metadef.h
Rename DIDmsg_dot11req_mibget_mibattribute in p80211metadef.h to DIDMSG_DOT11REQ_MIBGET_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
08ac857363
commit
86ec606270
@ -51,7 +51,7 @@
|
||||
#define DIDMSG_DOT11REQ_MIBGET \
|
||||
(P80211DID_MKSECTION(1) | \
|
||||
P80211DID_MKGROUP(1))
|
||||
#define DIDmsg_dot11req_mibget_mibattribute \
|
||||
#define DIDMSG_DOT11REQ_MIBGET_MIBATTRIBUTE \
|
||||
(P80211DID_MKSECTION(1) | \
|
||||
P80211DID_MKGROUP(1) | \
|
||||
P80211DID_MKITEM(1) | 0x00000000)
|
||||
|
@ -298,7 +298,7 @@ static int prism2_fwapply(const struct ihex_binrec *rfptr,
|
||||
getmsg.msglen = sizeof(getmsg);
|
||||
strcpy(getmsg.devname, wlandev->name);
|
||||
|
||||
getmsg.mibattribute.did = DIDmsg_dot11req_mibget_mibattribute;
|
||||
getmsg.mibattribute.did = DIDMSG_DOT11REQ_MIBGET_MIBATTRIBUTE;
|
||||
getmsg.mibattribute.status = P80211ENUM_msgitem_status_data_ok;
|
||||
getmsg.resultcode.did = DIDmsg_dot11req_mibget_resultcode;
|
||||
getmsg.resultcode.status = P80211ENUM_msgitem_status_no_value;
|
||||
|
Loading…
Reference in New Issue
Block a user