ath_hal_probe
devname = ath_hal_probe(vendor_id, device_id);
devname = ath_hal_probe(pci_get_vendor(dev), pci_get_device(dev));
extern const char *__ahdecl ath_hal_probe(uint16_t vendorid, uint16_t devid);