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:32 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:24:48 +0200
commit0e771659c67f5ee6b969a6515995d61d453b57ff (patch)
tree7d712c30e2633b0883d226559f849e5a84967416 /drivers/staging/wlan-ng/hfa384x.h
parent1680202c751ab37a20b55ad54dc9a2e40903ee36 (diff)
downloadlinux-0e771659c67f5ee6b969a6515995d61d453b57ff.tar.bz2
staging: wlan-ng: renames ASL_currBSS to avoid camelcase
Renames the camelcased variable ASL_currBSS to asl_curr_bss 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 6acdbcecbfd6..e00ebf3308e4 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -456,7 +456,7 @@ struct hfa384x_downloadbuffer {
/*-- Information Record: commsquality --*/
struct hfa384x_commsquality {
u16 cq_curr_bss;
- u16 ASL_currBSS;
+ u16 asl_curr_bss;
u16 ANL_currFC;
} __packed;