commit | bf3be85dbe59e2a4972caf0163113a1040b73f72 | [log] [tgz] |
---|---|---|
author | Gatis Peisenieks <gatis@mikrotik.com> | Thu May 27 17:44:20 2021 +0300 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu May 27 16:06:46 2021 -0700 |
tree | cbff03cff9ec95edfb1f13d6402eba5fec3a7a1b | |
parent | 91b17a436759e9f3a6f9ff090693564c3299cd9a [diff] |
atl1c: detect NIC type early To support NICs that allow for more than one tx queue it is required to detect NIC type early during probe. This is moves NIC type detection before netdev_alloc to prepare for that. Signed-off-by: Gatis Peisenieks <gatis@mikrotik.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>