summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorChaehyun Lim2015-06-11 07:35:56 +0200
committerGreg Kroah-Hartman2015-06-11 18:08:59 +0200
commit57b298f54e7573df71eff677c9f6cce085c153e3 (patch)
tree7d5ae61512a23cb2a61806ad11a845e28c977bf3 /drivers/staging/wilc1000/coreconfigurator.h
parentstaging: wilc1000: remove WILC_Uint32 (diff)
downloadkernel-qcow2-linux-57b298f54e7573df71eff677c9f6cce085c153e3.tar.gz
kernel-qcow2-linux-57b298f54e7573df71eff677c9f6cce085c153e3.tar.xz
kernel-qcow2-linux-57b298f54e7573df71eff677c9f6cce085c153e3.zip
staging: wilc1000: remove WILC_Uint64
Use u64 instead of WILC_Uint64. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/coreconfigurator.h')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index c2a6d5b00bf7..6d16bba79902 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -429,7 +429,7 @@ typedef struct {
u16 u16IEsLen;
void *pJoinParams;
tstrRSSI strRssi;
- WILC_Uint64 u64Tsf; /* time-stamp [Low and High 64 bit] */
+ u64 u64Tsf; /* time-stamp [Low and High 64 bit] */
} tstrNetworkInfo;
/* This structure is used to support parsing of the received Association Response frame */