staging: wlan-ng: avoid CamelCase in fields of struct hfa384x_dbmcommsquality

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>
This commit is contained in:
Sergio Paracuellos 2016-10-19 17:59:15 +02:00 committed by Greg Kroah-Hartman
parent 162da263c2
commit c08510e166
1 changed files with 3 additions and 3 deletions

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