]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
e1000: consistently use the hw variables
authorMarius Strobl <marius@FreeBSD.org>
Sat, 23 Jan 2021 18:18:28 +0000 (19:18 +0100)
committerKevin Bowling <kbowling@FreeBSD.org>
Tue, 17 Aug 2021 01:56:20 +0000 (18:56 -0700)
commit35fa46ffd17e9b9c424b822e235c5db0ae5d21b3
treea656c9b3d117c417aa7c0b837b287576650b4987
parentece209b70fcee35642338e5e42bb29d4a5762def
e1000: consistently use the hw variables

It's rather confusing when adapter->hw and hw are mixed and matched
within a particular function.
Some of this was missed in cd1cf2fc1d49c509ded05dcd41b7600a5957fb9a
and r353778 respectively.

(cherry picked from commit c1655b0f8998f9e842a004f33e7c9c01c5d9e879)
sys/dev/e1000/if_em.c