staging: wlang-ng: avoid new typedef: hfa384x_WPAData_t
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 28 Sep 2016 18:19:01 +0000 (20:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 2 Oct 2016 15:00:47 +0000 (17:00 +0200)
This patch fixes the following checkpatch.pl warning in hfa384x.h:
WARNING: do not add new typedefs

It applies for typedef hfa384x_WPAData_t

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x.h
drivers/staging/wlan-ng/prism2mib.c

index 385a332..f7dadfb 100644 (file)
@@ -428,10 +428,10 @@ struct hfa384x_authenticateStation_data {
 } __packed;
 
 /*-- Configuration Record: WPAData       (data portion only) --*/
-typedef struct hfa384x_WPAData {
+struct hfa384x_WPAData {
        u16 datalen;
        u8 data[0];             /* max 80 */
-} __packed hfa384x_WPAData_t;
+} __packed;
 
 /*--------------------------------------------------------------------
  * Information Record Structures: NIC Information
index 3442de3..95bab45 100644 (file)
@@ -709,7 +709,7 @@ static int prism2mib_priv(struct mibrec *mib,
 
        switch (mib->did) {
        case DIDmib_lnx_lnxConfigTable_lnxRSNAIE:{
-                       hfa384x_WPAData_t wpa;
+                       struct hfa384x_WPAData wpa;
 
                        if (isget) {
                                hfa384x_drvr_getconfig(hw,