conf.h (5add82edd14d9bf051e06588ac65c7e2182bd330) | conf.h (16ea4733210d741eeb5413acd261e675a12f980e) |
---|---|
1/* 2 * This file is part of wl18xx 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. --- 30 unchanged lines hidden (view full) --- 39 u8 io_configuration; 40 u8 sdio_configuration; 41 u8 settings; 42 u8 rx_profile; 43 u8 primary_clock_setting_time; 44 u8 clock_valid_on_wake_up; 45 u8 secondary_clock_setting_time; 46 u8 pwr_limit_reference_11_abg; | 1/* 2 * This file is part of wl18xx 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. --- 30 unchanged lines hidden (view full) --- 39 u8 io_configuration; 40 u8 sdio_configuration; 41 u8 settings; 42 u8 rx_profile; 43 u8 primary_clock_setting_time; 44 u8 clock_valid_on_wake_up; 45 u8 secondary_clock_setting_time; 46 u8 pwr_limit_reference_11_abg; |
47 u8 psat; 48 s8 low_power_val; 49 s8 med_power_val; 50 s8 high_power_val; |
|
47}; 48 49struct wl18xx_priv_conf { 50 struct wl18xx_conf_phy phy; 51}; 52 53#endif /* __WL18XX_CONF_H__ */ | 51}; 52 53struct wl18xx_priv_conf { 54 struct wl18xx_conf_phy phy; 55}; 56 57#endif /* __WL18XX_CONF_H__ */ |