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

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

staging: wlan-ng: avoid CamelCase: hfa384x_ChInfoResult



Replace CamelCase struct name 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 4cc454f2
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -688,7 +688,7 @@ struct hfa384x_ch_info_result_sub {
#define HFA384x_CHINFORESULT_BSSACTIVE	BIT(0)
#define HFA384x_CHINFORESULT_BSSACTIVE	BIT(0)
#define HFA384x_CHINFORESULT_PCFACTIVE	BIT(1)
#define HFA384x_CHINFORESULT_PCFACTIVE	BIT(1)


struct hfa384x_ChInfoResult {
struct hfa384x_ch_info_result {
	u16 scanchannels;
	u16 scanchannels;
	struct hfa384x_ch_info_result_sub result[HFA384x_CHINFORESULT_MAX];
	struct hfa384x_ch_info_result_sub result[HFA384x_CHINFORESULT_MAX];
} __packed;
} __packed;
@@ -765,7 +765,7 @@ union hfa384x_infodata {
	struct hfa384x_comm_tallies_16 commtallies16;
	struct hfa384x_comm_tallies_16 commtallies16;
	struct hfa384x_comm_tallies_32 commtallies32;
	struct hfa384x_comm_tallies_32 commtallies32;
	struct hfa384x_scan_result scanresult;
	struct hfa384x_scan_result scanresult;
	struct hfa384x_ChInfoResult chinforesult;
	struct hfa384x_ch_info_result chinforesult;
	struct hfa384x_HScanResult hscanresult;
	struct hfa384x_HScanResult hscanresult;
	struct hfa384x_LinkStatus linkstatus;
	struct hfa384x_LinkStatus linkstatus;
	struct hfa384x_assoc_status assocstatus;
	struct hfa384x_assoc_status assocstatus;
@@ -1366,7 +1366,7 @@ struct hfa384x {
	struct {
	struct {
		atomic_t done;
		atomic_t done;
		u8 count;
		u8 count;
		struct hfa384x_ChInfoResult results;
		struct hfa384x_ch_info_result results;
	} channel_info;
	} channel_info;


	struct hfa384x_inf_frame *scanresults;
	struct hfa384x_inf_frame *scanresults;