rt2x00pci_probe
return rt2x00pci_probe(pci_dev, &rt2400pci_ops);
return rt2x00pci_probe(pci_dev, &rt2500pci_ops);
return rt2x00pci_probe(pci_dev, &rt2800pci_ops);
EXPORT_SYMBOL_GPL(rt2x00pci_probe);
int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops);
return rt2x00pci_probe(pci_dev, &rt61pci_ops);