staging: wlan-ng: rename DIDmsg_p2req_ramdl_state_enable in p80211metadef.h
Rename DIDmsg_p2req_ramdl_state_enable in p80211metadef.h to DIDMSG_P2REQ_RAMDL_STATE_ENABLE 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
f1364a0d54
commit
380ad4f677
|
@ -114,7 +114,7 @@
|
|||
#define DIDMSG_P2REQ_RAMDL_STATE \
|
||||
(P80211DID_MKSECTION(5) | \
|
||||
P80211DID_MKGROUP(11))
|
||||
#define DIDmsg_p2req_ramdl_state_enable \
|
||||
#define DIDMSG_P2REQ_RAMDL_STATE_ENABLE \
|
||||
(P80211DID_MKSECTION(5) | \
|
||||
P80211DID_MKGROUP(11) | \
|
||||
P80211DID_MKITEM(1) | 0x00000000)
|
||||
|
|
|
@ -1023,7 +1023,7 @@ static int writeimage(struct wlandevice *wlandev, struct imgchunk *fchunk,
|
|||
strcpy(rstmsg->devname, wlandev->name);
|
||||
rstmsg->msgcode = DIDMSG_P2REQ_RAMDL_STATE;
|
||||
rstmsg->msglen = sizeof(*rstmsg);
|
||||
rstmsg->enable.did = DIDmsg_p2req_ramdl_state_enable;
|
||||
rstmsg->enable.did = DIDMSG_P2REQ_RAMDL_STATE_ENABLE;
|
||||
rstmsg->exeaddr.did = DIDmsg_p2req_ramdl_state_exeaddr;
|
||||
rstmsg->resultcode.did = DIDmsg_p2req_ramdl_state_resultcode;
|
||||
rstmsg->enable.status = P80211ENUM_msgitem_status_data_ok;
|
||||
|
|
Loading…
Reference in New Issue