summaryrefslogtreecommitdiff
path: root/llmnrd.c
diff options
context:
space:
mode:
Diffstat (limited to 'llmnrd.c')
-rw-r--r--llmnrd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llmnrd.c b/llmnrd.c
index 48e4030..866e919 100644
--- a/llmnrd.c
+++ b/llmnrd.c
@@ -167,7 +167,7 @@ int main(int argc, char **argv)
if (llmnr_init(hostname, port, ipv6) < 0)
goto out;
- if (iface_start_thread() < 0)
+ if (iface_start_thread(ipv6) < 0)
goto out;
ret = llmnr_run();
net-next.git/tree/arch/arm/boot/dts/imx6sx-sabreauto.dts?h=nds-private-remove&id=5db4992d8f040b8d8db0b86d42806e0c417f7ccf'>arch/arm/boot/dts/imx6sx-sabreauto.dts parent370ebb0ef6255132373ed35d13e7b1d8d2eb7003 (diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sabreauto.dts')