summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-06-11 14:35:56 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-11 09:08:59 -0700
commit57b298f54e7573df71eff677c9f6cce085c153e3 (patch)
tree7d5ae61512a23cb2a61806ad11a845e28c977bf3 /drivers/staging/wilc1000/coreconfigurator.h
parent4e4467fdd6e89fbbc5208636a85177e4b973ded9 (diff)
downloadop-kernel-dev-57b298f54e7573df71eff677c9f6cce085c153e3.zip
op-kernel-dev-57b298f54e7573df71eff677c9f6cce085c153e3.tar.gz
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 c2a6d5b..6d16bba 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 */
OpenPOWER on IntegriCloud