Lines Matching defs:b43_wl
898 struct b43_wl { struct
900 struct b43_wldev *current_dev; argument
902 struct ieee80211_hw *hw;
905 struct mutex mutex;
908 spinlock_t hardirq_lock;
912 bool hw_registered;
918 struct ieee80211_vif *vif;
920 u8 mac_addr[ETH_ALEN];
922 u8 bssid[ETH_ALEN];
924 int if_type;
926 bool operating;
928 unsigned int filter_flags;
930 struct ieee80211_low_level_stats ieee_stats;
933 struct hwrng rng;
934 bool rng_initialized;
935 char rng_name[30 + 1];
938 bool radiotap_enabled;
939 bool radio_enabled;
942 struct sk_buff *current_beacon;
943 bool beacon0_uploaded;
944 bool beacon1_uploaded;
945 bool beacon_templates_virgin; /* Never wrote the templates? */
946 struct work_struct beacon_update_trigger;
947 spinlock_t beacon_lock;
950 struct b43_qos_params qos_params[B43_QOS_QUEUE_NUM];
977 static inline struct b43_wl *hw_to_b43_wl(struct ieee80211_hw *hw) in hw_to_b43_wl() argument