summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x.h
diff options
context:
space:
mode:
authorJuliana Rodrigues <juliana.orod@gmail.com>2016-10-08 06:47:38 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:24:44 +0200
commit040a7bd4ec0011f922fea6f824ec3175911733f8 (patch)
treee046c02576d661f678deb8e2bf1f6e226a9bcd6f /drivers/staging/wlan-ng/hfa384x.h
parentb244edc632b17de4a6638fcafc1c96f9d817b421 (diff)
downloadlinux-040a7bd4ec0011f922fea6f824ec3175911733f8.tar.bz2
staging: wlan-ng: renames hfa384x_ScanResult to avoid camelcase
Renames the camelcased struct hfa384x_ScanResult to hfa384x_scan_result 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 e4105e190e84..6268703b6dd3 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -671,7 +671,7 @@ struct hfa384x_ScanResultSub {
u16 proberesp_rate;
} __packed;
-struct hfa384x_ScanResult {
+struct hfa384x_scan_result {
u16 rsvd;
u16 scanreason;
struct hfa384x_ScanResultSub result[HFA384x_SCANRESULT_MAX];
@@ -764,7 +764,7 @@ struct hfa384x_KeyIDChanged {
union hfa384x_infodata {
struct hfa384x_CommTallies16 commtallies16;
struct hfa384x_comm_tallies_32 commtallies32;
- struct hfa384x_ScanResult scanresult;
+ struct hfa384x_scan_result scanresult;
struct hfa384x_ChInfoResult chinforesult;
struct hfa384x_HScanResult hscanresult;
struct hfa384x_LinkStatus linkstatus;