]> 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)
committerMarius Strobl <marius@FreeBSD.org>
Tue, 26 Jan 2021 21:28:55 +0000 (22:28 +0100)
commitc1655b0f8998f9e842a004f33e7c9c01c5d9e879
treeef92e264ac8e15b438da436760b89c6fadf1655b
parentf1c010d9f9cbc28412d491689e7f594e56085bcb
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.
sys/dev/e1000/if_em.c