summaryrefslogtreecommitdiff
path: root/network/wlan/WDI/COMMON/P2P_Channel.h
diff options
context:
space:
mode:
authorkarlf <[email protected]>2016-08-11 13:28:13 -0700
committerkarlf <[email protected]>2016-08-11 13:28:13 -0700
commit96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch)
treead5f3ede5cbcd6b598677ce41bcf8318471bdd92 /network/wlan/WDI/COMMON/P2P_Channel.h
parent687b274aa38fd05c8c26e3068932121876d7f745 (diff)
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'network/wlan/WDI/COMMON/P2P_Channel.h')
-rw-r--r--network/wlan/WDI/COMMON/P2P_Channel.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/network/wlan/WDI/COMMON/P2P_Channel.h b/network/wlan/WDI/COMMON/P2P_Channel.h
deleted file mode 100644
index 17b833a4..00000000
--- a/network/wlan/WDI/COMMON/P2P_Channel.h
+++ /dev/null
@@ -1,41 +0,0 @@
-//---------------------------------------------------------------------------
-//
-// Copyright (c) 2014 Realtek Semiconductor, Inc. All rights reserved.
-//
-//---------------------------------------------------------------------------
-// Description:
-//
-//
-
-#ifndef __INC_P2P_CHANNEL_H
-#define __INC_P2P_CHANNEL_H
-
-// P2P_MAX_REG_CLASSES - Maximum number of regulatory classes
-#define P2P_MAX_REG_CLASSES 10
-
-// P2P_MAX_REG_CLASS_CHANNELS - Maximum number of channels per regulatory class
-#define P2P_MAX_REG_CLASS_CHANNELS 20
-
-#define P2P_REG_CLASS_NONE 0
-
-typedef struct _P2P_CHANNEL
-{
- u1Byte regClass;
- u1Byte channel;
-}P2P_CHANNEL;
-
-typedef struct _P2P_REG_CLASS
-{
- u1Byte regClass;
- u1Byte channel[P2P_MAX_REG_CLASS_CHANNELS];
- u1Byte channels;
-}P2P_REG_CLASS;
-
-typedef struct _P2P_CHANNELS
-{
- P2P_REG_CLASS regClass[P2P_MAX_REG_CLASSES];
- u1Byte regClasses;
-}P2P_CHANNELS;
-
-
-#endif // #ifndef __INC_P2P_CHANNEL_H \ No newline at end of file