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:06 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-25 19:54:01 +0200
commit1ad26f70e43518144ad760a97b7323cc85fe17fa (patch)
treec75c357ea5f79521ea904f55667d9345bc668b7d /drivers/staging/wlan-ng/p80211metastruct.h
parentstaging: wlan-ng: avoid new typedef: p80211item_unk392_t (diff)
downloadlinux-dev-1ad26f70e43518144ad760a97b7323cc85fe17fa.tar.xz
linux-dev-1ad26f70e43518144ad760a97b7323cc85fe17fa.zip
staging: wlan-ng: avoid new typedef: p80211item_unk1024_t
This patch fixes the following checkpatch.pl warning in p80211types.h: WARNING: do not add new typedefs It applies for typedef p80211item_unk1024_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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/p80211metastruct.h b/drivers/staging/wlan-ng/p80211metastruct.h
index 23fd385f2415..0b18c19d53c1 100644
--- a/drivers/staging/wlan-ng/p80211metastruct.h
+++ b/drivers/staging/wlan-ng/p80211metastruct.h
@@ -227,7 +227,7 @@ struct p80211msg_p2req_readpda {
u32 msgcode;
u32 msglen;
u8 devname[WLAN_DEVNAMELEN_MAX];
- p80211item_unk1024_t pda;
+ struct p80211item_unk1024 pda;
struct p80211item_uint32 resultcode;
} __packed;