~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/p54/eeprom.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        u8 data[0];
82
82
} __packed;
83
83
 
 
84
struct pda_rssi_cal_ext_entry {
 
85
        __le16 freq;
 
86
        __le16 mul;
 
87
        __le16 add;
 
88
} __packed;
 
89
 
84
90
struct pda_rssi_cal_entry {
85
91
        __le16 mul;
86
92
        __le16 add;
179
185
 
180
186
/* used by our modificated eeprom image */
181
187
#define PDR_RSSI_LINEAR_APPROXIMATION_CUSTOM            0xDEAD
 
188
#define PDR_RSSI_LINEAR_APPROXIMATION_CUSTOMV2          0xCAFF
182
189
#define PDR_PRISM_PA_CAL_OUTPUT_POWER_LIMITS_CUSTOM     0xBEEF
183
190
#define PDR_PRISM_PA_CAL_CURVE_DATA_CUSTOM              0xB05D
184
191