Home
last modified time | relevance | path

Searched defs:rt2x00_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h739 struct rt2x00_dev { struct
747 struct device *dev;
752 const struct rt2x00_ops *ops;
757 void *drv_data;
762 struct ieee80211_hw *hw;
763 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];
764 struct rt2x00_chan_survey *chan_survey;
765 enum nl80211_band curr_band;
766 int curr_freq;
773 struct rt2x00debug_intf *debugfs_intf;
[all …]
H A Drt2x00usb.c193 bool (*callback)(struct rt2x00_dev*, int, u32)) in rt2x00usb_register_read_async()