summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/80211mgr.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2012-11-28 21:11:02 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 19:08:13 (GMT)
commit7c65fa2a4c176c9bfab1ef954c4cef005dd9fb8b (patch)
tree4ba8b5ccff64348dc78072133591eb5f03862ef9 /drivers/staging/vt6656/80211mgr.h
parent1901ab629279499249dfe3a26b0a31f0af8efca5 (diff)
downloadlinux-7c65fa2a4c176c9bfab1ef954c4cef005dd9fb8b.tar.xz
staging: vt6656: Remove QWORD from source and replace with u64.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/80211mgr.h')
-rw-r--r--drivers/staging/vt6656/80211mgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/80211mgr.h b/drivers/staging/vt6656/80211mgr.h
index e5db73b..29fad08 100644
--- a/drivers/staging/vt6656/80211mgr.h
+++ b/drivers/staging/vt6656/80211mgr.h
@@ -526,7 +526,7 @@ typedef struct tagWLAN_FR_BEACON {
PBYTE pBuf;
PUWLAN_80211HDR pHdr;
// fixed fields
- PQWORD pqwTimestamp;
+ u64 *pqwTimestamp;
PWORD pwBeaconInterval;
PWORD pwCapInfo;
/*-- info elements ----------*/
@@ -683,7 +683,7 @@ typedef struct tagWLAN_FR_PROBERESP {
PBYTE pBuf;
PUWLAN_80211HDR pHdr;
/*-- fixed fields -----------*/
- PQWORD pqwTimestamp;
+ u64 *pqwTimestamp;
PWORD pwBeaconInterval;
PWORD pwCapInfo;
/*-- info elements ----------*/