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:02 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-25 19:54:01 +0200
commitf055b21142f613b363fa8bece91cdb6ca326677d (patch)
tree8d1bbdf8754d3838f8eea4ff736dc96327be0406 /drivers/staging/wlan-ng/p80211metastruct.h
parentstaging: wlan-ng: avoid new typedef: p80211item_pstr6_t (diff)
downloadlinux-dev-f055b21142f613b363fa8bece91cdb6ca326677d.tar.xz
linux-dev-f055b21142f613b363fa8bece91cdb6ca326677d.zip
staging: wlan-ng: avoid new typedef: p80211item_pstr14_t
This patch fixes the following checkpatch.pl warning in p80211types.h: WARNING: do not add new typedefs It applies for typedef p80211item_pstr14_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 97ef2ef35f08..c9d4bb5a9b5f 100644
--- a/drivers/staging/wlan-ng/p80211metastruct.h
+++ b/drivers/staging/wlan-ng/p80211metastruct.h
@@ -74,7 +74,7 @@ struct p80211msg_dot11req_scan {
u8 pad_1D[3];
struct p80211item_uint32 scantype;
struct p80211item_uint32 probedelay;
- p80211item_pstr14_t channellist;
+ struct p80211item_pstr14 channellist;
u8 pad_2C[1];
struct p80211item_uint32 minchanneltime;
struct p80211item_uint32 maxchanneltime;