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

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
...@@ -462,9 +462,9 @@ struct hfa384x_commsquality { ...@@ -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;
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment