summaryrefslogtreecommitdiffstats
path: root/sys/dev/lmc
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-09-11 09:19:44 +0000
committerglebius <glebius@FreeBSD.org>2013-09-11 09:19:44 +0000
commit3b39d8bc1713816a989b1c9fd12c401f3a010087 (patch)
tree97fba8f4794b7af6616bb33790ea1ff2109b0d60 /sys/dev/lmc
parent348fe8d4cea62927fae0e4f13c251f403348e86c (diff)
downloadFreeBSD-src-3b39d8bc1713816a989b1c9fd12c401f3a010087.zip
FreeBSD-src-3b39d8bc1713816a989b1c9fd12c401f3a010087.tar.gz
Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is
extremely outdated, and I doubt that it was ever used for ifnet drivers. It was used for AF_INET sockets in pre-FreeBSD time. Approved by: re (hrs) Sponsored by: Nginx, Inc.
Diffstat (limited to 'sys/dev/lmc')
-rw-r--r--sys/dev/lmc/if_lmc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/lmc/if_lmc.c b/sys/dev/lmc/if_lmc.c
index 49d0a50..d42aca1 100644
--- a/sys/dev/lmc/if_lmc.c
+++ b/sys/dev/lmc/if_lmc.c
@@ -4480,7 +4480,6 @@ lmc_raw_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
# if (defined(__FreeBSD__) && defined(DEVICE_POLLING)) /* XXX necessary? */
case SIOCSIFCAP:
# endif
- case SIOCSIFDSTADDR:
case SIOCAIFADDR:
case SIOCSIFFLAGS:
#if 0
OpenPOWER on IntegriCloud