hw.h (69dbdd819599e2f3b77c172e83af512845bca5ad) | hw.h (5f841b4130a639e5f0fbcf4a9b26045d734e4ee6) |
---|---|
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 --- 608 unchanged lines hidden (view full) --- 617 struct ar5416_eeprom_4k map4k; 618 struct ar9287_eeprom map9287; 619 struct ar9300_eeprom ar9300_eep; 620 } eeprom; 621 const struct eeprom_ops *eep_ops; 622 623 bool sw_mgmt_crypto; 624 bool is_pciexpress; | 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 --- 608 unchanged lines hidden (view full) --- 617 struct ar5416_eeprom_4k map4k; 618 struct ar9287_eeprom map9287; 619 struct ar9300_eeprom ar9300_eep; 620 } eeprom; 621 const struct eeprom_ops *eep_ops; 622 623 bool sw_mgmt_crypto; 624 bool is_pciexpress; |
625 bool is_monitoring; |
|
625 bool need_an_top2_fixup; 626 u16 tx_trig_level; 627 628 u32 nf_regs[6]; 629 struct ath_nf_limits nf_2g; 630 struct ath_nf_limits nf_5g; 631 u16 rfsilent; 632 u32 rfkill_gpio; --- 335 unchanged lines hidden --- | 626 bool need_an_top2_fixup; 627 u16 tx_trig_level; 628 629 u32 nf_regs[6]; 630 struct ath_nf_limits nf_2g; 631 struct ath_nf_limits nf_5g; 632 u16 rfsilent; 633 u32 rfkill_gpio; --- 335 unchanged lines hidden --- |