Deleted Added
full compact
rt2661var.h (178354) rt2661var.h (190532)
1/* $FreeBSD: head/sys/dev/ral/rt2661var.h 178354 2008-04-20 20:35:46Z sam $ */
1/* $FreeBSD: head/sys/dev/ral/rt2661var.h 190532 2009-03-29 21:17:08Z sam $ */
2
3/*-
4 * Copyright (c) 2005
5 * Damien Bergamini <damien.bergamini@free.fr>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.

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

109
110 struct mtx sc_mtx;
111
112 struct callout watchdog_ch;
113
114 int sc_tx_timer;
115 int sc_invalid;
116 int sc_debug;
2
3/*-
4 * Copyright (c) 2005
5 * Damien Bergamini <damien.bergamini@free.fr>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.

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

109
110 struct mtx sc_mtx;
111
112 struct callout watchdog_ch;
113
114 int sc_tx_timer;
115 int sc_invalid;
116 int sc_debug;
117
118 const struct ieee80211_rate_table *sc_rates;
119/*
120 * The same in both up to here
121 * ------------------------------------------------
122 */
123
124 int sc_flags;
125#define RAL_FW_LOADED 0x1
126#define RAL_INPUT_RUNNING 0x2

--- 54 unchanged lines hidden ---
117/*
118 * The same in both up to here
119 * ------------------------------------------------
120 */
121
122 int sc_flags;
123#define RAL_FW_LOADED 0x1
124#define RAL_INPUT_RUNNING 0x2

--- 54 unchanged lines hidden ---