aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211metastruct.h
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2016-09-25 15:35:07 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-25 19:54:01 +0200
commitf8b8f64f4140333f2f6766f2a88fa7f902d5ef9d (patch)
tree030f808950692fdf1a729ca759abbf163bfedb18 /drivers/staging/wlan-ng/p80211metastruct.h
parentstaging: wlan-ng: avoid new typedef: p80211item_unk1024_t (diff)
downloadlinux-dev-f8b8f64f4140333f2f6766f2a88fa7f902d5ef9d.tar.xz
linux-dev-f8b8f64f4140333f2f6766f2a88fa7f902d5ef9d.zip
staging: wlan-ng: avoid new typedef: p80211item_unk4096_t
This patch fixes the following checkpatch.pl warning in p80211types.h: WARNING: do not add new typedefs It applies for typedef p80211item_unk4096_t Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng/p80211metastruct.h')
-rw-r--r--drivers/staging/wlan-ng/p80211metastruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/p80211metastruct.h b/drivers/staging/wlan-ng/p80211metastruct.h
index 0b18c19d53c1..850d897fc163 100644
--- a/drivers/staging/wlan-ng/p80211metastruct.h
+++ b/drivers/staging/wlan-ng/p80211metastruct.h
@@ -246,7 +246,7 @@ struct p80211msg_p2req_ramdl_write {
u8 devname[WLAN_DEVNAMELEN_MAX];
struct p80211item_uint32 addr;
struct p80211item_uint32 len;
- p80211item_unk4096_t data;
+ struct p80211item_unk4096 data;
struct p80211item_uint32 resultcode;
} __packed;
@@ -264,7 +264,7 @@ struct p80211msg_p2req_flashdl_write {
u8 devname[WLAN_DEVNAMELEN_MAX];
struct p80211item_uint32 addr;
struct p80211item_uint32 len;
- p80211item_unk4096_t data;
+ struct p80211item_unk4096 data;
struct p80211item_uint32 resultcode;
} __packed;