Deleted Added
full compact
if_uathvar.h (190688) if_uathvar.h (191746)
1/* $OpenBSD: if_uathvar.h,v 1.3 2006/09/20 19:47:17 damien Exp $ */
1/* $OpenBSD: if_uathvar.h,v 1.3 2006/09/20 19:47:17 damien Exp $ */
2/* $FreeBSD: head/sys/dev/usb/wlan/if_uathvar.h 190688 2009-04-04 11:23:00Z weongyo $ */
2/* $FreeBSD: head/sys/dev/usb/wlan/if_uathvar.h 191746 2009-05-02 15:14:18Z thompsa $ */
3
4/*-
5 * Copyright (c) 2006
6 * Damien Bergamini <damien.bergamini@free.fr>
7 * Copyright (c) 2006 Sam Leffler, Errno Consulting
8 * Copyright (c) 2008-2009 Weongyo Jeong <weongyo@freebsd.org>
9 *
10 * Permission to use, copy, modify, and distribute this software for any

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

178 device_t sc_dev;
179 struct usb2_device *sc_udev;
180 struct mtx sc_mtx;
181 uint32_t sc_debug;
182
183 struct uath_stat sc_stat;
184 int (*sc_newstate)(struct ieee80211com *,
185 enum ieee80211_state, int);
3
4/*-
5 * Copyright (c) 2006
6 * Damien Bergamini <damien.bergamini@free.fr>
7 * Copyright (c) 2006 Sam Leffler, Errno Consulting
8 * Copyright (c) 2008-2009 Weongyo Jeong <weongyo@freebsd.org>
9 *
10 * Permission to use, copy, modify, and distribute this software for any

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

178 device_t sc_dev;
179 struct usb2_device *sc_udev;
180 struct mtx sc_mtx;
181 uint32_t sc_debug;
182
183 struct uath_stat sc_stat;
184 int (*sc_newstate)(struct ieee80211com *,
185 enum ieee80211_state, int);
186 enum ieee80211_state sc_state;
187
188 struct usb2_xfer *sc_xfer[UATH_N_XFERS];
189 struct uath_cmd sc_cmd[UATH_CMD_LIST_COUNT];
190 uath_cmdhead sc_cmd_active;
191 uath_cmdhead sc_cmd_inactive;
192 uath_cmdhead sc_cmd_pending;
193 uath_cmdhead sc_cmd_waiting;
194 struct uath_data sc_rx[UATH_RX_DATA_LIST_COUNT];

--- 43 unchanged lines hidden ---
186
187 struct usb2_xfer *sc_xfer[UATH_N_XFERS];
188 struct uath_cmd sc_cmd[UATH_CMD_LIST_COUNT];
189 uath_cmdhead sc_cmd_active;
190 uath_cmdhead sc_cmd_inactive;
191 uath_cmdhead sc_cmd_pending;
192 uath_cmdhead sc_cmd_waiting;
193 struct uath_data sc_rx[UATH_RX_DATA_LIST_COUNT];

--- 43 unchanged lines hidden ---