summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/bssdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6655/bssdb.h')
-rw-r--r--drivers/staging/vt6655/bssdb.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/drivers/staging/vt6655/bssdb.h b/drivers/staging/vt6655/bssdb.h
index 50a0171d00be..b69af4dc307d 100644
--- a/drivers/staging/vt6655/bssdb.h
+++ b/drivers/staging/vt6655/bssdb.h
@@ -309,17 +309,11 @@ BSSbUpdateToBSSList(
BOOL
-BSSDBbIsSTAInNodeDB(
- void *hDeviceContext,
- unsigned char *abyDstAddr,
- PUINT puNodeIndex
- );
+BSSDBbIsSTAInNodeDB(void *hDeviceContext, unsigned char *abyDstAddr,
+ unsigned int *puNodeIndex);
void
-BSSvCreateOneNode(
- void *hDeviceContext,
- PUINT puNodeIndex
- );
+BSSvCreateOneNode(void *hDeviceContext, unsigned int *puNodeIndex);
void
BSSvUpdateAPNode(