mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 18:37:58 -04:00
staging: wlan-ng: rename DIDmsg_lnxreq_commsquality in p80211metadef.h
Rename DIDmsg_lnxreq_commsquality in p80211metadef.h to DIDMSG_LNXREQ_COMMSQUALITY 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
e4143ab0da
commit
3b6ee1238f
@@ -256,7 +256,7 @@ static int prism2_get_station(struct wiphy *wiphy, struct net_device *dev,
|
||||
return -EOPNOTSUPP;
|
||||
|
||||
/* build request message */
|
||||
quality.msgcode = DIDmsg_lnxreq_commsquality;
|
||||
quality.msgcode = DIDMSG_LNXREQ_COMMSQUALITY;
|
||||
quality.dbm.data = P80211ENUM_truth_true;
|
||||
quality.dbm.status = P80211ENUM_msgitem_status_data_ok;
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
#define DIDMSG_LNXREQ_HOSTWEP \
|
||||
(P80211DID_MKSECTION(3) | \
|
||||
P80211DID_MKGROUP(3))
|
||||
#define DIDmsg_lnxreq_commsquality \
|
||||
#define DIDMSG_LNXREQ_COMMSQUALITY \
|
||||
(P80211DID_MKSECTION(3) | \
|
||||
P80211DID_MKGROUP(4))
|
||||
#define DIDmsg_lnxreq_autojoin \
|
||||
|
||||
@@ -359,7 +359,7 @@ static int prism2sta_mlmerequest(struct wlandevice *wlandev,
|
||||
pr_debug("Received mlme autojoin request\n");
|
||||
result = prism2mgmt_autojoin(wlandev, msg);
|
||||
break;
|
||||
case DIDmsg_lnxreq_commsquality:{
|
||||
case DIDMSG_LNXREQ_COMMSQUALITY:{
|
||||
struct p80211msg_lnxreq_commsquality *qualmsg;
|
||||
|
||||
pr_debug("Received commsquality request\n");
|
||||
|
||||
Reference in New Issue
Block a user