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: Juliana Rodrigues <juliana.orod@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Juliana Rodrigues 2016-10-08 06:49:02 -03:00 committed by Greg Kroah-Hartman
parent 1889b0db31
commit 4c976b1655
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;