aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x.h
diff options
context:
space:
mode:
authorJuliana Rodrigues <juliana.orod@gmail.com>2016-10-08 06:47:05 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:24:43 +0200
commit60f5f3fb78b1410ebe787f067b1372a515d26f38 (patch)
tree8e1f704e9e20748f4a30f0f53dd929ff1f7c1699 /drivers/staging/wlan-ng/hfa384x.h
parentstaging: wlan-ng: fixed lines over 80 characters (diff)
downloadlinux-dev-60f5f3fb78b1410ebe787f067b1372a515d26f38.tar.xz
linux-dev-60f5f3fb78b1410ebe787f067b1372a515d26f38.zip
staging: wlan-ng: renames hfa384x_InfFrame to avoid camelcase
Renames hfa384x_InfFrame to hfa384x_inf_frame in order to fix a checkpatch error caused by camelcase. Signed-off-by: Juliana Rodrigues <juliana.orod@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng/hfa384x.h')
-rw-r--r--drivers/staging/wlan-ng/hfa384x.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index 43c299c3b631..7577f2b66f17 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -774,7 +774,7 @@ union hfa384x_infodata {
struct hfa384x_KeyIDChanged keyidchanged;
} __packed;
-struct hfa384x_InfFrame {
+struct hfa384x_inf_frame {
u16 framelen;
u16 infotype;
union hfa384x_infodata info;
@@ -862,7 +862,7 @@ struct hfa384x_usb_rxfrm {
struct hfa384x_usb_infofrm {
u16 type;
- struct hfa384x_InfFrame info;
+ struct hfa384x_inf_frame info;
} __packed;
struct hfa384x_usb_statusresp {
@@ -1370,7 +1370,7 @@ struct hfa384x {
struct hfa384x_ChInfoResult results;
} channel_info;
- struct hfa384x_InfFrame *scanresults;
+ struct hfa384x_inf_frame *scanresults;
struct prism2sta_authlist authlist; /* Authenticated station list. */
unsigned int accessmode; /* Access mode. */