aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl/ixl.h
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2021-10-20 20:49:00 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2022-12-21 14:20:06 +0000
commit402810d32e5f7525c61ef70c6af24817227e1649 (patch)
tree00aaa1ab2daebe3d6285926cf7d01732f0877526 /sys/dev/ixl/ixl.h
parent7ebc4c9bf76d1ea62e2ccd3020ff8e6e293b499c (diff)
downloadsrc-402810d32e5f7525c61ef70c6af24817227e1649.tar.gz
src-402810d32e5f7525c61ef70c6af24817227e1649.zip
Diffstat (limited to 'sys/dev/ixl/ixl.h')
-rw-r--r--sys/dev/ixl/ixl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixl/ixl.h b/sys/dev/ixl/ixl.h
index 9828760e4ea6..641ce6b10fcc 100644
--- a/sys/dev/ixl/ixl.h
+++ b/sys/dev/ixl/ixl.h
@@ -422,7 +422,7 @@ LIST_HEAD(ixl_ftl_head, ixl_mac_filter);
struct ixl_vsi {
if_ctx_t ctx;
if_softc_ctx_t shared;
- struct ifnet *ifp;
+ if_t ifp;
device_t dev;
struct i40e_hw *hw;
struct ifmedia *media;