|
@@ -1623,20 +1623,20 @@ static const struct data_queue_desc rt2400pci_queue_atim = {
|
|
};
|
|
};
|
|
|
|
|
|
static const struct rt2x00_ops rt2400pci_ops = {
|
|
static const struct rt2x00_ops rt2400pci_ops = {
|
|
- .name = KBUILD_MODNAME,
|
|
|
|
- .max_sta_intf = 1,
|
|
|
|
- .max_ap_intf = 1,
|
|
|
|
- .eeprom_size = EEPROM_SIZE,
|
|
|
|
- .rf_size = RF_SIZE,
|
|
|
|
- .tx_queues = NUM_TX_QUEUES,
|
|
|
|
- .rx = &rt2400pci_queue_rx,
|
|
|
|
- .tx = &rt2400pci_queue_tx,
|
|
|
|
- .bcn = &rt2400pci_queue_bcn,
|
|
|
|
- .atim = &rt2400pci_queue_atim,
|
|
|
|
- .lib = &rt2400pci_rt2x00_ops,
|
|
|
|
- .hw = &rt2400pci_mac80211_ops,
|
|
|
|
|
|
+ .name = KBUILD_MODNAME,
|
|
|
|
+ .max_sta_intf = 1,
|
|
|
|
+ .max_ap_intf = 1,
|
|
|
|
+ .eeprom_size = EEPROM_SIZE,
|
|
|
|
+ .rf_size = RF_SIZE,
|
|
|
|
+ .tx_queues = NUM_TX_QUEUES,
|
|
|
|
+ .rx = &rt2400pci_queue_rx,
|
|
|
|
+ .tx = &rt2400pci_queue_tx,
|
|
|
|
+ .bcn = &rt2400pci_queue_bcn,
|
|
|
|
+ .atim = &rt2400pci_queue_atim,
|
|
|
|
+ .lib = &rt2400pci_rt2x00_ops,
|
|
|
|
+ .hw = &rt2400pci_mac80211_ops,
|
|
#ifdef CONFIG_RT2X00_LIB_DEBUGFS
|
|
#ifdef CONFIG_RT2X00_LIB_DEBUGFS
|
|
- .debugfs = &rt2400pci_rt2x00debug,
|
|
|
|
|
|
+ .debugfs = &rt2400pci_rt2x00debug,
|
|
#endif /* CONFIG_RT2X00_LIB_DEBUGFS */
|
|
#endif /* CONFIG_RT2X00_LIB_DEBUGFS */
|
|
};
|
|
};
|
|
|
|
|