staging: wlan-ng: renames hfa384x_authenticateStation_data to avoid camelcase
authorJuliana Rodrigues <juliana.orod@gmail.com>
Sat, 8 Oct 2016 09:49:02 +0000 (06:49 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:24:47 +0000 (10:24 +0200)
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>
drivers/staging/wlan-ng/hfa384x.h
drivers/staging/wlan-ng/prism2sta.c

index adbac69..19d1c06 100644 (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;
index b39ef74..a838f9a 100644 (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;