staging: wlan-ng: rename DIDmsg_p2req_flashdl_state in p80211metadef.h
Rename DIDmsg_p2req_flashdl_state in p80211metadef.h to DIDMSG_P2REQ_FLASHDL_STATE 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
8fb830b56d
commit
6051d4e5d7
|
@ -145,7 +145,7 @@
|
|||
(P80211DID_MKSECTION(5) | \
|
||||
P80211DID_MKGROUP(12) | \
|
||||
P80211DID_MKITEM(4) | 0x00000000)
|
||||
#define DIDmsg_p2req_flashdl_state \
|
||||
#define DIDMSG_P2REQ_FLASHDL_STATE \
|
||||
(P80211DID_MKSECTION(5) | \
|
||||
P80211DID_MKGROUP(13))
|
||||
#define DIDmsg_p2req_flashdl_write \
|
||||
|
|
|
@ -323,7 +323,7 @@ static int prism2sta_mlmerequest(struct wlandevice *wlandev,
|
|||
pr_debug("Received mlme ramdl_write request\n");
|
||||
result = prism2mgmt_ramdl_write(wlandev, msg);
|
||||
break;
|
||||
case DIDmsg_p2req_flashdl_state:
|
||||
case DIDMSG_P2REQ_FLASHDL_STATE:
|
||||
pr_debug("Received mlme flashdl_state request\n");
|
||||
result = prism2mgmt_flashdl_state(wlandev, msg);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue