Deleted Added
full compact
amrr.h (138569) amrr.h (139530)
1/*-
2 * Copyright (c) 2004 INRIA
1/*-
2 * Copyright (c) 2004 INRIA
3 * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
3 * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
4 * 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
10 * notice, this list of conditions and the following disclaimer,
11 without modification.

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

29 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
30 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
33 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
35 * THE POSSIBILITY OF SUCH DAMAGES.
36 *
4 * 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
10 * notice, this list of conditions and the following disclaimer,
11 without modification.

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

29 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
30 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
33 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
35 * THE POSSIBILITY OF SUCH DAMAGES.
36 *
37 * $FreeBSD: head/sys/dev/ath/ath_rate/amrr/amrr.h 138569 2004-12-08 17:32:02Z sam $
37 * $FreeBSD: head/sys/dev/ath/ath_rate/amrr/amrr.h 139530 2004-12-31 22:42:38Z sam $
38 */
39
40#ifndef _DEV_ATH_RATE_AMRR_H
41#define _DEV_ATH_RATE_AMRR_H
42
43/* per-device state */
44struct amrr_softc {
45 struct ath_ratectrl arc; /* base state */

--- 32 unchanged lines hidden ---
38 */
39
40#ifndef _DEV_ATH_RATE_AMRR_H
41#define _DEV_ATH_RATE_AMRR_H
42
43/* per-device state */
44struct amrr_softc {
45 struct ath_ratectrl arc; /* base state */

--- 32 unchanged lines hidden ---