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>
 
 /*-- 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;
 
 /*--------------------------------------------------------------------