summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/prism2sta.c
diff options
context:
space:
mode:
authorSergio Paracuellos2016-09-28 20:19:00 +0200
committerGreg Kroah-Hartman2016-10-02 17:00:47 +0200
commit17fb19f022ec36007567ad40bcef42d812cf24e0 (patch)
tree984ef69202622651f9c62cf61289252de49db30b /drivers/staging/wlan-ng/prism2sta.c
parentstaging: wlang-ng: avoid new typedef: hfa384x_JoinRequest_data_t (diff)
downloadkernel-qcow2-linux-17fb19f022ec36007567ad40bcef42d812cf24e0.tar.gz
kernel-qcow2-linux-17fb19f022ec36007567ad40bcef42d812cf24e0.tar.xz
kernel-qcow2-linux-17fb19f022ec36007567ad40bcef42d812cf24e0.zip
staging: wlang-ng: avoid new typedef: hfa384x_authenticateStation_data_t
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_authenticateStation_data_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/prism2sta.c')
-rw-r--r--drivers/staging/wlan-ng/prism2sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/prism2sta.c
index 461eedf2c288..0b09c05378b5 100644
--- a/drivers/staging/wlan-ng/prism2sta.c
+++ b/drivers/staging/wlan-ng/prism2sta.c
@@ -1547,7 +1547,7 @@ static void prism2sta_inf_authreq_defer(struct wlandevice *wlandev,
hfa384x_InfFrame_t *inf)
{
hfa384x_t *hw = wlandev->priv;
- hfa384x_authenticateStation_data_t rec;
+ struct hfa384x_authenticateStation_data rec;
int i, added, result, cnt;
u8 *addr;