summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x.h
diff options
context:
space:
mode:
authorJuliana Rodrigues <juliana.orod@gmail.com>2016-10-08 06:49:47 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:24:48 +0200
commit6b6f94912bb03f2b79853ce6ba2067b75f52784f (patch)
tree6a443496c649b8b92086556832a9fe5358c0136d /drivers/staging/wlan-ng/hfa384x.h
parent0e771659c67f5ee6b969a6515995d61d453b57ff (diff)
downloadop-kernel-dev-6b6f94912bb03f2b79853ce6ba2067b75f52784f.zip
op-kernel-dev-6b6f94912bb03f2b79853ce6ba2067b75f52784f.tar.gz
staging: wlan-ng: renames ANL_currFC to avoid camelcase
Renames the camelcased variable ANL_currFC to anl_curr_fc 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index e00ebf3..612f928 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -457,7 +457,7 @@ struct hfa384x_downloadbuffer {
struct hfa384x_commsquality {
u16 cq_curr_bss;
u16 asl_curr_bss;
- u16 ANL_currFC;
+ u16 anl_curr_fc;
} __packed;
/*-- Information Record: dmbcommsquality --*/
OpenPOWER on IntegriCloud