forked from Minki/linux
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:
parent
162da263c2
commit
c08510e166
@ -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;
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user