forked from Minki/linux
staging: wlan-ng: rename DIDmsg_dot11req_start in p80211metadef.h
Rename DIDmsg_dot11req_start in p80211metadef.h to DIDMSG_DOT11REQ_START 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
e3186790a5
commit
f097e415f9
@ -76,7 +76,7 @@
|
||||
#define DIDMSG_DOT11REQ_SCAN_RESULTS \
|
||||
(P80211DID_MKSECTION(1) | \
|
||||
P80211DID_MKGROUP(5))
|
||||
#define DIDmsg_dot11req_start \
|
||||
#define DIDMSG_DOT11REQ_START \
|
||||
(P80211DID_MKSECTION(1) | \
|
||||
P80211DID_MKGROUP(13))
|
||||
#define DIDmsg_dot11ind_authenticate \
|
||||
|
@ -304,7 +304,7 @@ static int prism2sta_mlmerequest(struct wlandevice *wlandev,
|
||||
pr_debug("Received scan_results request\n");
|
||||
result = prism2mgmt_scan_results(wlandev, msg);
|
||||
break;
|
||||
case DIDmsg_dot11req_start:
|
||||
case DIDMSG_DOT11REQ_START:
|
||||
pr_debug("Received mlme start request\n");
|
||||
result = prism2mgmt_start(wlandev, msg);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user