hw.h (69de3721750ea4fae504be9e67f140cafe1c7a89) | hw.h (c6ba9feb4fa33f31f26ac1a2b0a337d79426b822) |
---|---|
1/* 2 * Copyright (c) 2008-2010 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 465 unchanged lines hidden (view full) --- 474 u16 val; 475 } timer_mask; 476}; 477 478struct ath_hw_antcomb_conf { 479 u8 main_lna_conf; 480 u8 alt_lna_conf; 481 u8 fast_div_bias; | 1/* 2 * Copyright (c) 2008-2010 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 465 unchanged lines hidden (view full) --- 474 u16 val; 475 } timer_mask; 476}; 477 478struct ath_hw_antcomb_conf { 479 u8 main_lna_conf; 480 u8 alt_lna_conf; 481 u8 fast_div_bias; |
482 u8 main_gaintb; 483 u8 alt_gaintb; 484 int lna1_lna2_delta; |
|
482}; 483 484/** 485 * struct ath_hw_radar_conf - radar detection initialization parameters 486 * 487 * @pulse_inband: threshold for checking the ratio of in-band power 488 * to total power for short radar pulses (half dB steps) 489 * @pulse_inband_step: threshold for checking an in-band power to total --- 544 unchanged lines hidden --- | 485}; 486 487/** 488 * struct ath_hw_radar_conf - radar detection initialization parameters 489 * 490 * @pulse_inband: threshold for checking the ratio of in-band power 491 * to total power for short radar pulses (half dB steps) 492 * @pulse_inband_step: threshold for checking an in-band power to total --- 544 unchanged lines hidden --- |