import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / connectivity / combo / drv_wlan / mt6630 / wlan / include / nic / nic_rate.h
1 /*
2 ** $Id: //Department/DaVinci/BRANCHES/MT6620_WIFI_DRIVER_V2_3/include/nic/nic_rate.h#1 $
3 */
4
5 /*! \file nic_rate.h
6 \brief This file contains the rate utility function of
7 IEEE 802.11 family for MediaTek 802.11 Wireless LAN Adapters.
8 */
9
10
11
12 /*
13 ** $Log: nic_rate.h $
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 * 09 03 2010 kevin.huang
21 * NULL
22 * Refine #include sequence and solve recursive/nested #include issue
23 *
24 * 07 08 2010 cp.wu
25 *
26 * [WPD00003833] [MT6620 and MT5931] Driver migration - move to new repository.
27 *
28 * 06 10 2010 cp.wu
29 * [WPD00003833][MT6620 and MT5931] Driver migration
30 * add buildable & linkable ais_fsm.c
31 *
32 * related reference are still waiting to be resolved
33 *
34 */
35
36 #ifndef _NIC_RATE_H
37 #define _NIC_RATE_H
38
39 /*******************************************************************************
40 * C O M P I L E R F L A G S
41 ********************************************************************************
42 */
43
44 /*******************************************************************************
45 * E X T E R N A L R E F E R E N C E S
46 ********************************************************************************
47 */
48
49 /*******************************************************************************
50 * C O N S T A N T S
51 ********************************************************************************
52 */
53
54 /*******************************************************************************
55 * D A T A T Y P E S
56 ********************************************************************************
57 */
58
59 /*******************************************************************************
60 * P U B L I C D A T A
61 ********************************************************************************
62 */
63
64 /*******************************************************************************
65 * P R I V A T E D A T A
66 ********************************************************************************
67 */
68
69 /*******************************************************************************
70 * M A C R O S
71 ********************************************************************************
72 */
73
74 /*******************************************************************************
75 * F U N C T I O N D E C L A R A T I O N S
76 ********************************************************************************
77 */
78
79 WLAN_STATUS
80 nicRateIndex2RateCode(IN UINT_8 ucPreambleOption, IN UINT_8 ucRateIndex, OUT PUINT_16 pu2RateCode);
81
82 /*******************************************************************************
83 * F U N C T I O N S
84 ********************************************************************************
85 */
86
87 #endif /* _NIC_RATE_H */