import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / connectivity / combo / drv_wlan / mt6620 / wlan / mgmt / rlm_protection.c
1 /*
2 ** $Id: //Department/DaVinci/BRANCHES/MT6620_WIFI_DRIVER_V2_3/mgmt/rlm_protection.c#1 $
3 */
4
5 /*! \file "rlm_protection.c"
6 \brief
7
8 */
9
10
11
12 /*
13 ** $Log: rlm_protection.c $
14 *
15 * 08 20 2010 cm.chang
16 * NULL
17 * Migrate RLM code to host from FW
18 *
19 * 07 08 2010 cp.wu
20 *
21 * [WPD00003833] [MT6620 and MT5931] Driver migration - move to new repository.
22 *
23 * 07 08 2010 cm.chang
24 * [WPD00003841][LITE Driver] Migrate RLM/CNM to host driver
25 * Check draft RLM code for HT cap
26 *
27 * 05 28 2010 cm.chang
28 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
29 * Set RTS threshold of 2K bytes initially
30 *
31 * 04 24 2010 cm.chang
32 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
33 * g_aprBssInfo[] depends on CFG_SUPPORT_P2P and CFG_SUPPORT_BOW
34 *
35 * 04 22 2010 cm.chang
36 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
37 * First draft code to support protection in AP mode
38 *
39 * 03 31 2010 cm.chang
40 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
41 * Enable RTS threshold temporarily for AMPDU
42 *
43 * 03 16 2010 kevin.huang
44 * [BORA00000663][WIFISYS][New Feature] AdHoc Mode Support
45 * Add AdHoc Mode
46 *
47 * 03 03 2010 cm.chang
48 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
49 * To support CFG_SUPPORT_BCM_STP
50 *
51 * 02 13 2010 cm.chang
52 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
53 * Support PCO in STA mode
54 *
55 * 02 12 2010 cm.chang
56 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
57 * Use bss info array for concurrent handle
58 *
59 * 01 25 2010 cm.chang
60 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
61 * Support protection and bandwidth switch
62 */
63
64 /*******************************************************************************
65 * C O M P I L E R F L A G S
66 ********************************************************************************
67 */
68
69 /*******************************************************************************
70 * E X T E R N A L R E F E R E N C E S
71 ********************************************************************************
72 */
73
74 /*******************************************************************************
75 * C O N S T A N T S
76 ********************************************************************************
77 */
78
79 /*******************************************************************************
80 * D A T A T Y P E S
81 ********************************************************************************
82 */
83
84 /*******************************************************************************
85 * P U B L I C D A T A
86 ********************************************************************************
87 */
88
89 /*******************************************************************************
90 * P R I V A T E D A T A
91 ********************************************************************************
92 */
93
94 /*******************************************************************************
95 * M A C R O S
96 ********************************************************************************
97 */
98
99 /*******************************************************************************
100 * F U N C T I O N D E C L A R A T I O N S
101 ********************************************************************************
102 */
103
104 /*******************************************************************************
105 * F U N C T I O N S
106 ********************************************************************************
107 */