Lines Matching defs:rt2x00_dev
662 struct rt2x00_dev { struct
670 struct device *dev;
675 const struct rt2x00_ops *ops;
680 struct ieee80211_hw *hw;
681 struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS];
682 enum ieee80211_band curr_band;
689 unsigned long rfkill_state;
692 struct rfkill *rfkill;
693 struct delayed_work rfkill_work;
701 struct rt2x00debug_intf *debugfs_intf;
709 struct rt2x00_led led_radio;
710 struct rt2x00_led led_assoc;
711 struct rt2x00_led led_qual;
712 u16 led_mcu_reg;
720 unsigned long flags;
725 struct rt2x00_chip chip;
730 struct hw_mode_spec spec;
736 struct antenna_setup default_ant;
743 union csr {
746 } csr;
757 struct mutex csr_mutex;
764 unsigned int packet_filter;
772 unsigned int intf_ap_count;
773 unsigned int intf_sta_count;
774 unsigned int intf_associated;
779 struct link link;
784 __le16 *eeprom;
794 u32 *rf;
799 short lna_gain;
804 u16 tx_power;
809 u8 short_retry;
810 u8 long_retry;
815 u8 rssi_offset;
820 u8 freq_offset;
826 struct ieee80211_low_level_stats low_level_stats;
831 struct ieee80211_rx_status rx_status;
862 static inline void rt2x00_rf_read(struct rt2x00_dev *rt2x00dev, in rt2x00_rf_read() argument