mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 20:53:07 -04:00
staging: wlan-ng: rename DIDmsg_p2req_flashdl_write in p80211metadef.h
Rename DIDmsg_p2req_flashdl_write in p80211metadef.h to DIDMSG_P2REQ_FLASHDL_WRITE 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:
committed by
Greg Kroah-Hartman
parent
6051d4e5d7
commit
49e3d61d1b
@@ -148,7 +148,7 @@
|
||||
#define DIDMSG_P2REQ_FLASHDL_STATE \
|
||||
(P80211DID_MKSECTION(5) | \
|
||||
P80211DID_MKGROUP(13))
|
||||
#define DIDmsg_p2req_flashdl_write \
|
||||
#define DIDMSG_P2REQ_FLASHDL_WRITE \
|
||||
(P80211DID_MKSECTION(5) | \
|
||||
P80211DID_MKGROUP(14))
|
||||
#define DIDmib_cat_dot11smt \
|
||||
|
||||
@@ -327,7 +327,7 @@ static int prism2sta_mlmerequest(struct wlandevice *wlandev,
|
||||
pr_debug("Received mlme flashdl_state request\n");
|
||||
result = prism2mgmt_flashdl_state(wlandev, msg);
|
||||
break;
|
||||
case DIDmsg_p2req_flashdl_write:
|
||||
case DIDMSG_P2REQ_FLASHDL_WRITE:
|
||||
pr_debug("Received mlme flashdl_write request\n");
|
||||
result = prism2mgmt_flashdl_write(wlandev, msg);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user