Commit 4c976b16 authored by Juliana Rodrigues's avatar Juliana Rodrigues Committed by Greg Kroah-Hartman
Browse files

staging: wlan-ng: renames hfa384x_authenticateStation_data to avoid camelcase



Renames the camelcased struct hfa384x_authenticateStation_data to
hfa384x_authenticate_station_data in order to fix a checkpatch warning.

Signed-off-by: default avatarJuliana Rodrigues <juliana.orod@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1889b0db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ struct hfa384x_join_request_data {
} __packed;

/*-- Configuration Record: authenticateStation (data portion only) --*/
struct hfa384x_authenticateStation_data {
struct hfa384x_authenticate_station_data {
	u8 address[ETH_ALEN];
	u16 status;
	u16 algorithm;
+1 −1
Original line number Diff line number Diff line
@@ -1550,7 +1550,7 @@ static void prism2sta_inf_authreq_defer(struct wlandevice *wlandev,
					struct hfa384x_inf_frame *inf)
{
	struct hfa384x *hw = wlandev->priv;
	struct hfa384x_authenticateStation_data rec;
	struct hfa384x_authenticate_station_data rec;

	int i, added, result, cnt;
	u8 *addr;