commit | c6941b3b9b7445f7760c462882f8397b9dc51e30 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Thu Nov 10 13:52:22 2022 +0100 |
committer | Jason Wang <jasowang@redhat.com> | Fri Feb 17 13:31:33 2023 +0800 |
tree | db3f9ce119680c488433f24f99963c13103be0cc | |
parent | 6dffbe36af79e26a4d23f94a9a1c1201de99c261 [diff] |
net: Move the code to collect available NIC models to a separate function The code that collects the available NIC models is not really specific to PCI anymore and will be required in the next patch, too, so let's move this into a new separate function in net.c instead. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>