hw.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | hw.h (a01ab81b09c55025365c1de1345b941a18e05529) |
---|---|
1/* 2 * Copyright (c) 2008-2011 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 --- 287 unchanged lines hidden (view full) --- 296 u32 hw_caps; /* ATH9K_HW_CAP_* from ath9k_hw_caps */ 297 u16 rts_aggr_limit; 298 u8 tx_chainmask; 299 u8 rx_chainmask; 300 u8 chip_chainmask; 301 u8 max_txchains; 302 u8 max_rxchains; 303 u8 num_gpio_pins; | 1/* 2 * Copyright (c) 2008-2011 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 --- 287 unchanged lines hidden (view full) --- 296 u32 hw_caps; /* ATH9K_HW_CAP_* from ath9k_hw_caps */ 297 u16 rts_aggr_limit; 298 u8 tx_chainmask; 299 u8 rx_chainmask; 300 u8 chip_chainmask; 301 u8 max_txchains; 302 u8 max_rxchains; 303 u8 num_gpio_pins; |
304 u32 gpio_mask; |
|
304 u8 rx_hp_qdepth; 305 u8 rx_lp_qdepth; 306 u8 rx_status_len; 307 u8 tx_desc_len; 308 u8 txs_len; 309}; 310 311#define AR_NO_SPUR 0x8000 --- 906 unchanged lines hidden --- | 305 u8 rx_hp_qdepth; 306 u8 rx_lp_qdepth; 307 u8 rx_status_len; 308 u8 tx_desc_len; 309 u8 txs_len; 310}; 311 312#define AR_NO_SPUR 0x8000 --- 906 unchanged lines hidden --- |