Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c08510e1 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

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: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 162da263
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -462,9 +462,9 @@ struct hfa384x_commsquality {


/*-- Information Record: dmbcommsquality --*/
/*-- Information Record: dmbcommsquality --*/
struct hfa384x_dbmcommsquality {
struct hfa384x_dbmcommsquality {
	u16 CQdbm_currBSS;
	u16 cq_dbm_curr_bss;
	u16 ASLdbm_currBSS;
	u16 asl_dbm_curr_bss;
	u16 ANLdbm_currFC;
	u16 anl_dbm_curr_fc;
} __packed;
} __packed;


/*--------------------------------------------------------------------
/*--------------------------------------------------------------------