aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x.h
diff options
context:
space:
mode:
authorJuliana Rodrigues <juliana.orod@gmail.com>2016-10-08 06:48:10 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:24:45 +0200
commitb263dd5e3ea666376e75d62b22f3951592a2c331 (patch)
treede591a0ba45d8890b12c3e1d5406983638333d80 /drivers/staging/wlan-ng/hfa384x.h
parentstaging: wlan-ng: renames hfa384x_JoinRequest_data to avoid camelcase (diff)
downloadlinux-dev-b263dd5e3ea666376e75d62b22f3951592a2c331.tar.xz
linux-dev-b263dd5e3ea666376e75d62b22f3951592a2c331.zip
staging: wlan-ng: renames hfa384x_scanResultSub to avoid camelcase
Renames the camelcased struct hfa384x_scanResultSub to hfa384x_scan_result_sub in order to fix a checkpatch warning. 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index 7af07cbc6aae..e3fae14fc220 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -659,7 +659,7 @@ struct hfa384x_comm_tallies_32 {
} __packed;
/*-- Inquiry Frame, Diagnose: Scan Results & Subfields--*/
-struct hfa384x_ScanResultSub {
+struct hfa384x_scan_result_sub {
u16 chid;
u16 anl;
u16 sl;
@@ -674,7 +674,7 @@ struct hfa384x_ScanResultSub {
struct hfa384x_scan_result {
u16 rsvd;
u16 scanreason;
- struct hfa384x_ScanResultSub result[HFA384x_SCANRESULT_MAX];
+ struct hfa384x_scan_result_sub result[HFA384x_SCANRESULT_MAX];
} __packed;
/*-- Inquiry Frame, Diagnose: ChInfo Results & Subfields--*/