From 91d9b19aebdc8e549e455e76add377a36a7b8c50 Mon Sep 17 00:00:00 2001 From: Martin Hofmann Date: Tue, 7 Jan 2014 13:11:49 +0100 Subject: vt6655: remove typedefs in wpactl.h wpactl.h contained some typedefs for enums. These were removed in this patch. Also, a typedef for a type "unsigned long long" that was only instantiated in one place was removed and its declaration altered. Signed-off-by: Martin Hofmann Signed-off-by: Michael Gunselmann Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/hostap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/vt6655/hostap.c') diff --git a/drivers/staging/vt6655/hostap.c b/drivers/staging/vt6655/hostap.c index ca54b793f9f0..6eecd5358916 100644 --- a/drivers/staging/vt6655/hostap.c +++ b/drivers/staging/vt6655/hostap.c @@ -454,7 +454,7 @@ static int hostap_set_encryption(PSDevice pDevice, unsigned long dwKeyIndex = 0; unsigned char abyKey[MAX_KEY_LEN]; unsigned char abySeq[MAX_KEY_LEN]; - NDIS_802_11_KEY_RSC KeyRSC; + unsigned long long KeyRSC; unsigned char byKeyDecMode = KEY_CTL_WEP; int ret = 0; int iNodeIndex = -1; -- cgit v1.2.3