Deleted Added
full compact
if_iphethvar.h (331722) if_iphethvar.h (368292)
1/* $FreeBSD: stable/11/sys/dev/usb/net/if_iphethvar.h 331722 2018-03-29 02:50:57Z eadler $ */
1/* $FreeBSD: stable/11/sys/dev/usb/net/if_iphethvar.h 368292 2020-12-03 02:22:05Z lwhsu $ */
2/*-
3 * Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 2009 Diego Giagio. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 22 unchanged lines hidden (view full) ---

32
33#ifndef _IF_IPHETHVAR_H_
34#define _IF_IPHETHVAR_H_
35
36#define IPHETH_USBINTF_CLASS 255
37#define IPHETH_USBINTF_SUBCLASS 253
38#define IPHETH_USBINTF_PROTO 1
39
2/*-
3 * Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 2009 Diego Giagio. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 22 unchanged lines hidden (view full) ---

32
33#ifndef _IF_IPHETHVAR_H_
34#define _IF_IPHETHVAR_H_
35
36#define IPHETH_USBINTF_CLASS 255
37#define IPHETH_USBINTF_SUBCLASS 253
38#define IPHETH_USBINTF_PROTO 1
39
40#define IPHETH_BUF_SIZE 1516
40#define IPHETH_BUF_SIZE 1514
41#define IPHETH_TX_TIMEOUT 5000 /* ms */
42
43#define IPHETH_RX_FRAMES_MAX 1
44#define IPHETH_TX_FRAMES_MAX 8
45
46#define IPHETH_RX_ADJ 2
47
48#define IPHETH_CFG_INDEX 0

--- 36 unchanged lines hidden ---
41#define IPHETH_TX_TIMEOUT 5000 /* ms */
42
43#define IPHETH_RX_FRAMES_MAX 1
44#define IPHETH_TX_FRAMES_MAX 8
45
46#define IPHETH_RX_ADJ 2
47
48#define IPHETH_CFG_INDEX 0

--- 36 unchanged lines hidden ---