• Home
  • Raw
  • Download

Lines Matching defs:rt2x00_dev

730 struct rt2x00_dev {  struct
738 struct device *dev;
743 const struct rt2x00_ops *ops;
748 void *drv_data;
753 struct ieee80211_hw *hw;
754 struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS];
755 enum ieee80211_band curr_band;
756 int curr_freq;
763 struct rt2x00debug_intf *debugfs_intf;
771 struct rt2x00_led led_radio;
772 struct rt2x00_led led_assoc;
773 struct rt2x00_led led_qual;
774 u16 led_mcu_reg;
782 unsigned long flags;
789 unsigned long cap_flags;
794 int irq;
795 const char *name;
800 struct rt2x00_chip chip;
805 struct hw_mode_spec spec;
811 struct antenna_setup default_ant;
818 union csr {
821 } csr;
832 struct mutex csr_mutex;
839 unsigned int packet_filter;
848 unsigned int intf_ap_count;
849 unsigned int intf_sta_count;
850 unsigned int intf_associated;
851 unsigned int intf_beaconing;
856 struct ieee80211_iface_limit if_limits_ap;
857 struct ieee80211_iface_combination if_combinations[NUM_IF_COMB];
862 struct link link;
867 __le16 *eeprom;
877 u32 *rf;
882 short lna_gain;
887 u16 tx_power;
892 u8 short_retry;
893 u8 long_retry;
898 u8 rssi_offset;
903 u8 freq_offset;
908 u16 aid;
913 u16 beacon_int;
918 unsigned long last_beacon;
924 struct ieee80211_low_level_stats low_level_stats;
931 struct workqueue_struct *workqueue;
939 struct work_struct intf_work;
944 struct work_struct rxdone_work;
945 struct work_struct txdone_work;
950 struct delayed_work autowakeup_work;
951 struct work_struct sleep_work;
956 unsigned int data_queues;
957 struct data_queue *rx;
958 struct data_queue *tx;
959 struct data_queue *bcn;
960 struct data_queue *atim;
965 const struct firmware *fw;
975 struct hrtimer txstatus_timer;
980 struct tasklet_struct txstatus_tasklet;
981 struct tasklet_struct pretbtt_tasklet;
982 struct tasklet_struct tbtt_tasklet;
983 struct tasklet_struct rxdone_tasklet;
984 struct tasklet_struct autowake_tasklet;
989 int rf_channel;
994 spinlock_t irqmask_lock;
999 struct list_head bar_list;
1000 spinlock_t bar_list_lock;
1003 unsigned int extra_tx_headroom;