Lines Matching defs:b43_wl
897 struct b43_wl { struct
899 struct b43_wldev *current_dev; argument
901 struct ieee80211_hw *hw;
904 struct mutex mutex;
907 spinlock_t hardirq_lock;
911 bool hw_registred;
917 struct ieee80211_vif *vif;
919 u8 mac_addr[ETH_ALEN];
921 u8 bssid[ETH_ALEN];
923 int if_type;
925 bool operating;
927 unsigned int filter_flags;
929 struct ieee80211_low_level_stats ieee_stats;
932 struct hwrng rng;
933 bool rng_initialized;
934 char rng_name[30 + 1];
937 bool radiotap_enabled;
938 bool radio_enabled;
941 struct sk_buff *current_beacon;
942 bool beacon0_uploaded;
943 bool beacon1_uploaded;
944 bool beacon_templates_virgin; /* Never wrote the templates? */
945 struct work_struct beacon_update_trigger;
946 spinlock_t beacon_lock;
949 struct b43_qos_params qos_params[B43_QOS_QUEUE_NUM];
976 static inline struct b43_wl *hw_to_b43_wl(struct ieee80211_hw *hw) in hw_to_b43_wl() argument