reg.h (73395a79df00c3e0101bd7a0229dbbcc065b606a) reg.h (16ea4733210d741eeb5413acd261e675a12f980e)
1/*
2 * This file is part of wlcore
3 *
4 * Copyright (C) 2011 Texas Instruments Inc.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 as published by the Free Software Foundation.

--- 222 unchanged lines hidden (view full) ---

231 u8 per_chan_pwr_limit_arr_11p[NUM_OF_CHANNELS_11_P];
232 u8 pwr_limit_reference_11p;
233 u8 per_sub_band_tx_trace_loss[WL18XX_NUM_OF_SUB_BANDS];
234 u8 per_sub_band_rx_trace_loss[WL18XX_NUM_OF_SUB_BANDS];
235 u8 primary_clock_setting_time;
236 u8 clock_valid_on_wake_up;
237 u8 secondary_clock_setting_time;
238 u8 board_type;
1/*
2 * This file is part of wlcore
3 *
4 * Copyright (C) 2011 Texas Instruments Inc.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 as published by the Free Software Foundation.

--- 222 unchanged lines hidden (view full) ---

231 u8 per_chan_pwr_limit_arr_11p[NUM_OF_CHANNELS_11_P];
232 u8 pwr_limit_reference_11p;
233 u8 per_sub_band_tx_trace_loss[WL18XX_NUM_OF_SUB_BANDS];
234 u8 per_sub_band_rx_trace_loss[WL18XX_NUM_OF_SUB_BANDS];
235 u8 primary_clock_setting_time;
236 u8 clock_valid_on_wake_up;
237 u8 secondary_clock_setting_time;
238 u8 board_type;
239 /* enable point saturation */
240 u8 psat;
241 /* low/medium/high Tx power in dBm */
242 s8 low_power_val;
243 s8 med_power_val;
244 s8 high_power_val;
239 u8 padding[1];
240} __packed;
241
242#endif /* __REG_H__ */
245 u8 padding[1];
246} __packed;
247
248#endif /* __REG_H__ */