summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/bssdb.h
diff options
context:
space:
mode:
authorRoel Van Nyen <roel.vannyen@gmail.com>2010-07-30 10:22:19 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-02 18:16:27 -0700
commit93a94c42b1b4f455314230e6b343bc6a23f26854 (patch)
tree4d14bfbfbfe7d1daa0d6c7558ef85ec5b8a9ca96 /drivers/staging/vt6656/bssdb.h
parent57778ef92c56b06b76b8ef52fd24dd6a63bec21d (diff)
downloadlinux-93a94c42b1b4f455314230e6b343bc6a23f26854.tar.gz
linux-93a94c42b1b4f455314230e6b343bc6a23f26854.tar.xz
linux-93a94c42b1b4f455314230e6b343bc6a23f26854.zip
Staging: vt6656: Remove PUINT from ttype.h
Remove PUINT from ttype.h Signed-off-by: Roel Van Nyen <roel.vannyen@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/bssdb.h')
-rw-r--r--drivers/staging/vt6656/bssdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/bssdb.h b/drivers/staging/vt6656/bssdb.h
index c3aaefec93e3..a8f97ebb659b 100644
--- a/drivers/staging/vt6656/bssdb.h
+++ b/drivers/staging/vt6656/bssdb.h
@@ -278,9 +278,9 @@ BOOL BSSbUpdateToBSSList(void *hDeviceContext,
BOOL BSSbIsSTAInNodeDB(void *hDeviceContext,
PBYTE abyDstAddr,
- PUINT puNodeIndex);
+ unsigned int *puNodeIndex);
-void BSSvCreateOneNode(void *hDeviceContext, PUINT puNodeIndex);
+void BSSvCreateOneNode(void *hDeviceContext, unsigned int *puNodeIndex);
void BSSvUpdateAPNode(void *hDeviceContext,
PWORD pwCapInfo,