Lines Matching defs:b43_wldev
827 struct b43_wldev { struct
828 struct b43_bus_dev *dev;
829 struct b43_wl *wl;
831 struct completion fw_load_complete;
835 atomic_t __init_status;
837 bool bad_frames_preempt; /* Use "Bad Frames Preemption" (default off) */
838 bool dfq_valid; /* Directed frame queue valid (IBSS PS mode, ATIM) */
839 bool radio_hw_enable; /* saved state of radio hardware enabled state */
840 bool qos_enabled; /* TRUE, if QoS is used. */
841 bool hwcrypto_enabled; /* TRUE, if HW crypto acceleration is enabled. */
842 bool use_pio; /* TRUE if next init should use PIO */
845 struct b43_phy phy;
847 union {
855 bool __using_pio_transfers;
858 struct b43_stats stats;
861 u32 irq_reason;
862 u32 dma_reason[6];
864 u32 irq_mask;
867 struct b43_noise_calculation noisecalc;
869 int mac_suspended;
872 struct delayed_work periodic_work;
873 unsigned int periodic_state;
875 struct work_struct restart_work;
900 struct b43_wldev *current_dev; argument