staging: wlan-ng: avoid CamelCase in fields of struct hfa384x_dbmcommsquality
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 19 Oct 2016 15:59:15 +0000 (17:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 08:44:22 +0000 (10:44 +0200)
Replace CamelCase fields of struct with underscores to comply
with the standard kernel coding style

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x.h

index a3a0ed5..2034c42 100644 (file)
@@ -462,9 +462,9 @@ struct hfa384x_commsquality {
 
 /*-- Information Record: dmbcommsquality --*/
 struct hfa384x_dbmcommsquality {
-       u16 CQdbm_currBSS;
-       u16 ASLdbm_currBSS;
-       u16 ANLdbm_currFC;
+       u16 cq_dbm_curr_bss;
+       u16 asl_dbm_curr_bss;
+       u16 anl_dbm_curr_fc;
 } __packed;
 
 /*--------------------------------------------------------------------