Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00.h737 struct rt2x00_dev { struct
745 struct device *dev;
750 const struct rt2x00_ops *ops;
755 void *drv_data;
760 struct ieee80211_hw *hw;
761 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];
762 enum nl80211_band curr_band;
763 int curr_freq;
770 struct rt2x00debug_intf *debugfs_intf;
778 struct rt2x00_led led_radio;
[all …]
Drt2x00usb.c185 bool (*callback)(struct rt2x00_dev*, int, u32)) in rt2x00usb_register_read_async()