iPXE
|
#include <ath.h>
Data Fields | |
void * | ah |
void * | priv |
struct net80211_device * | dev |
int | debug_mask |
enum ath_device_state | state |
struct ath_ani | ani |
u16 | cachelsz |
u16 | curaid |
u8 | macaddr [ETH_ALEN] |
u8 | curbssid [ETH_ALEN] |
u8 | bssidmask [ETH_ALEN] |
u8 | tx_chainmask |
u8 | rx_chainmask |
u32 | rx_bufsize |
u32 | keymax |
enum ath_crypt_caps | crypt_caps |
unsigned int | clockrate |
struct ath_cycle_counters | cc_ani |
struct ath_cycle_counters | cc_survey |
struct ath_regulatory | regulatory |
const struct ath_ops * | ops |
const struct ath_bus_ops * | bus_ops |
int | btcoex_enabled |
struct net80211_device* ath_common::dev |
Definition at line 197 of file ath.h.
Referenced by ath9k_bss_info_changed(), and ath9k_poll().
enum ath_device_state ath_common::state |
u8 ath_common::tx_chainmask |
Definition at line 209 of file ath.h.
Referenced by ath9k_hw_fill_cap_info().
u8 ath_common::rx_chainmask |
Definition at line 210 of file ath.h.
Referenced by ath9k_hw_fill_cap_info().
enum ath_crypt_caps ath_common::crypt_caps |
struct ath_cycle_counters ath_common::cc_ani |
struct ath_cycle_counters ath_common::cc_survey |
struct ath_regulatory ath_common::regulatory |
Definition at line 222 of file ath.h.
Referenced by ath9k_hw_fill_cap_info(), and ath9k_hw_regulatory().
const struct ath_bus_ops* ath_common::bus_ops |
Definition at line 224 of file ath.h.
Referenced by ath9k_init_softc().