import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / connectivity / combo / drv_wlan / mt6630 / 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 ** 09 17 2012 cm.chang
16 ** [BORA00002149] [MT6630 Wi-Fi] Initial software development
17 ** Duplicate source from MT6620 v2.3 driver branch
18 ** (Davinci label: MT6620_WIFI_Driver_V2_3_120913_1942_As_MT6630_Base)
19 *
20 * 08 20 2010 cm.chang
21 * NULL
22 * Migrate RLM code to host from FW
23 *
24 * 07 08 2010 cp.wu
25 *
26 * [WPD00003833] [MT6620 and MT5931] Driver migration - move to new repository.
27 *
28 * 07 08 2010 cm.chang
29 * [WPD00003841][LITE Driver] Migrate RLM/CNM to host driver
30 * Check draft RLM code for HT cap
31 *
32 * 05 28 2010 cm.chang
33 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
34 * Set RTS threshold of 2K bytes initially
35 *
36 * 04 24 2010 cm.chang
37 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
38 * g_aprBssInfo[] depends on CFG_SUPPORT_P2P and CFG_SUPPORT_BOW
39 *
40 * 04 22 2010 cm.chang
41 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
42 * First draft code to support protection in AP mode
43 *
44 * 03 31 2010 cm.chang
45 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
46 * Enable RTS threshold temporarily for AMPDU
47 *
48 * 03 16 2010 kevin.huang
49 * [BORA00000663][WIFISYS][New Feature] AdHoc Mode Support
50 * Add AdHoc Mode
51 *
52 * 03 03 2010 cm.chang
53 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
54 * To support CFG_SUPPORT_BCM_STP
55 *
56 * 02 13 2010 cm.chang
57 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
58 * Support PCO in STA mode
59 *
60 * 02 12 2010 cm.chang
61 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
62 * Use bss info array for concurrent handle
63 *
64 * 01 25 2010 cm.chang
65 * [BORA00000018]Integrate WIFI part into BORA for the 1st time
66 * Support protection and bandwidth switch
67 */
68
69 /*******************************************************************************
70 * C O M P I L E R F L A G S
71 ********************************************************************************
72 */
73
74 /*******************************************************************************
75 * E X T E R N A L R E F E R E N C E S
76 ********************************************************************************
77 */
78
79 /*******************************************************************************
80 * C O N S T A N T S
81 ********************************************************************************
82 */
83
84 /*******************************************************************************
85 * D A T A T Y P E S
86 ********************************************************************************
87 */
88
89 /*******************************************************************************
90 * P U B L I C D A T A
91 ********************************************************************************
92 */
93
94 /*******************************************************************************
95 * P R I V A T E D A T A
96 ********************************************************************************
97 */
98
99 /*******************************************************************************
100 * M A C R O S
101 ********************************************************************************
102 */
103
104 /*******************************************************************************
105 * F U N C T I O N D E C L A R A T I O N S
106 ********************************************************************************
107 */
108
109 /*******************************************************************************
110 * F U N C T I O N S
111 ********************************************************************************
112 */