Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
target_params.h
Go to the documentation of this file.
1 #ifndef TARGET_PARAMS_H
2 #define TARGET_PARAMS_H
3 
4 typedef struct _TARGET_PARAMS
5 {
7 
8  // Scanning Related Params
13 
14 
15  // QoS Params
17 
19 
20 
21  // HO Params
23 
26  // Power Control Params
27 
29 
31 
32  B_UINT32 m_u32PowerSavingModesEnable; //bit 1: 1 Idlemode enable; bit2: 1 Sleepmode Enable
33  /* PowerSaving Mode Options:
34  bit 0 = 1: CPE mode - to keep pcmcia if alive;
35  bit 1 = 1: CINR reporting in Idlemode Msg
36  bit 2 = 1: Default PSC Enable in sleepmode*/
38 
40 
41  // From Version #3, the HARQ section renamed as general
43  // EEPROM Param Location
45  // BINARY TYPE - 4th MSByte: Interface Type - 3rd MSByte: Vendor Type - 2nd MSByte
46  // Unused - LSByte
48  B_UINT32 m_u32ConfigBW; /* In Hz */
50 
55 
56  B_UINT32 m_u32TestOptions; // in eval mode only; lower 16bits = basic cid for testing; then bit 16 is test cqich,bit 17 test init rang; bit 18 test periodic rang and bit 19 is test harq ack/nack
57 
60 
62 
63  //adding driver params.
71 
72  // removed SHUT down related 'unused' params from here to sync 4.x and 5.x CFG files..
73 
74  //BAMC Related Parameters
75  //Bit 0-15 Band AMC signaling configuration: Bit 1 = 1 – Enable Band AMC signaling.
76  //bit 16-31 Band AMC Data configuration: Bit 16 = 1 – Band AMC 2x3 support.
78 
80 
81 #endif