Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00.h633 struct rt2x00_ops { struct
634 const char *name;
635 const unsigned int drv_data_size;
636 const unsigned int max_ap_intf;
637 const unsigned int eeprom_size;
638 const unsigned int rf_size;
639 const unsigned int tx_queues;
640 void (*queue_init)(struct data_queue *queue);
641 const struct rt2x00lib_ops *lib;
642 const void *drv;
[all …]