Lines Matching defs:b43_wldev
826 struct b43_wldev { struct
827 struct b43_bus_dev *dev;
828 struct b43_wl *wl;
830 struct completion fw_load_complete;
834 atomic_t __init_status;
836 bool bad_frames_preempt; /* Use "Bad Frames Preemption" (default off) */
837 bool dfq_valid; /* Directed frame queue valid (IBSS PS mode, ATIM) */
838 bool radio_hw_enable; /* saved state of radio hardware enabled state */
839 bool qos_enabled; /* TRUE, if QoS is used. */
840 bool hwcrypto_enabled; /* TRUE, if HW crypto acceleration is enabled. */
841 bool use_pio; /* TRUE if next init should use PIO */
844 struct b43_phy phy;
846 union {
854 bool __using_pio_transfers;
857 struct b43_stats stats;
860 u32 irq_reason;
861 u32 dma_reason[6];
863 u32 irq_mask;
866 struct b43_noise_calculation noisecalc;
868 int mac_suspended;
871 struct delayed_work periodic_work;
872 unsigned int periodic_state;
874 struct work_struct restart_work;
899 struct b43_wldev *current_dev; argument