mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scan
This commit is contained in:
parent
c7dc9b92a5
commit
60d47f2c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ ep_pccard_attach(device_t dev)
|
|||
* CIS tuple to the one returned by the card, as it appears that
|
||||
* only those cards that need it have this special tuple.
|
||||
*/
|
||||
if (CARD_CIS_SCAN(device_get_parent(dev), ep_pccard_mac, sc->eaddr))
|
||||
if (pccard_cis_scan(dev, ep_pccard_mac, sc->eaddr))
|
||||
sc->stat |= F_ENADDR_SKIP;
|
||||
if ((error = ep_attach(sc))) {
|
||||
device_printf(dev, "ep_attach() failed! (%d)\n", error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue