aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/tether.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6655/tether.h')
-rw-r--r--drivers/staging/vt6655/tether.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/staging/vt6655/tether.h b/drivers/staging/vt6655/tether.h
index 8f40a74bf3b..5a3c326436c 100644
--- a/drivers/staging/vt6655/tether.h
+++ b/drivers/staging/vt6655/tether.h
@@ -26,18 +26,10 @@
26 * 26 *
27 */ 27 */
28 28
29
30
31#ifndef __TETHER_H__ 29#ifndef __TETHER_H__
32#define __TETHER_H__ 30#define __TETHER_H__
33 31
34
35#if !defined(__TTYPE_H__)
36#include "ttype.h" 32#include "ttype.h"
37#endif
38
39
40
41 33
42/*--------------------- Export Definitions -------------------------*/ 34/*--------------------- Export Definitions -------------------------*/
43// 35//
@@ -233,23 +225,11 @@ S802_11Header, *PS802_11Header;
233/*--------------------- Export Variables --------------------------*/ 225/*--------------------- Export Variables --------------------------*/
234 226
235/*--------------------- Export Functions --------------------------*/ 227/*--------------------- Export Functions --------------------------*/
236#ifdef __cplusplus
237extern "C" { /* Assume C declarations for C++ */
238#endif /* __cplusplus */
239
240 228
241BYTE ETHbyGetHashIndexByCrc32(PBYTE pbyMultiAddr); 229BYTE ETHbyGetHashIndexByCrc32(PBYTE pbyMultiAddr);
242//BYTE ETHbyGetHashIndexByCrc(PBYTE pbyMultiAddr); 230//BYTE ETHbyGetHashIndexByCrc(PBYTE pbyMultiAddr);
243BOOL ETHbIsBufferCrc32Ok(PBYTE pbyBuffer, UINT cbFrameLength); 231BOOL ETHbIsBufferCrc32Ok(PBYTE pbyBuffer, UINT cbFrameLength);
244 232
245
246#ifdef __cplusplus
247} /* End of extern "C" { */
248#endif /* __cplusplus */
249
250
251
252
253#endif // __TETHER_H__ 233#endif // __TETHER_H__
254 234
255 235