Lines Matching defs:b43_wl
861 struct b43_wl { struct
863 struct b43_wldev *current_dev; argument
865 struct ieee80211_hw *hw;
868 struct mutex mutex;
871 spinlock_t hardirq_lock;
878 u16 mac80211_initially_registered_queues;
884 struct ieee80211_vif *vif;
886 u8 mac_addr[ETH_ALEN];
888 u8 bssid[ETH_ALEN];
890 int if_type;
892 bool operating;
894 unsigned int filter_flags;
896 struct ieee80211_low_level_stats ieee_stats;
899 struct hwrng rng;
900 bool rng_initialized;
901 char rng_name[30 + 1];
905 struct list_head devlist;
906 u8 nr_devs;
908 bool radiotap_enabled;
909 bool radio_enabled;
912 struct sk_buff *current_beacon;
913 bool beacon0_uploaded;
914 bool beacon1_uploaded;
915 bool beacon_templates_virgin; /* Never wrote the templates? */
916 struct work_struct beacon_update_trigger;
919 struct b43_qos_params qos_params[B43_QOS_QUEUE_NUM];
943 static inline struct b43_wl *hw_to_b43_wl(struct ieee80211_hw *hw) in hw_to_b43_wl() argument