Deleted Added
full compact
if_zydreg.h (206358) if_zydreg.h (246614)
1/* $OpenBSD: if_zydreg.h,v 1.19 2006/11/30 19:28:07 damien Exp $ */
2/* $NetBSD: if_zydreg.h,v 1.2 2007/06/16 11:18:45 kiyohara Exp $ */
1/* $OpenBSD: if_zydreg.h,v 1.19 2006/11/30 19:28:07 damien Exp $ */
2/* $NetBSD: if_zydreg.h,v 1.2 2007/06/16 11:18:45 kiyohara Exp $ */
3/* $FreeBSD: head/sys/dev/usb/wlan/if_zydreg.h 206358 2010-04-07 15:29:13Z rpaulo $ */
3/* $FreeBSD: head/sys/dev/usb/wlan/if_zydreg.h 246614 2013-02-10 10:36:16Z hselasky $ */
4
5/*-
6 * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr>
7 * Copyright (c) 2006 by Florian Stoehr <ich@florian-stoehr.de>
8 *
9 * Permission to use, copy, modify, and distribute this software for any
10 * purpose with or without fee is hereby granted, provided that the above
11 * copyright notice and this permission notice appear in all copies.

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

1254 struct usb_device *sc_udev;
1255
1256 struct usb_xfer *sc_xfer[ZYD_N_TRANSFER];
1257
1258 int sc_flags;
1259#define ZYD_FLAG_FWLOADED (1 << 0)
1260#define ZYD_FLAG_INITONCE (1 << 1)
1261#define ZYD_FLAG_INITDONE (1 << 2)
4
5/*-
6 * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr>
7 * Copyright (c) 2006 by Florian Stoehr <ich@florian-stoehr.de>
8 *
9 * Permission to use, copy, modify, and distribute this software for any
10 * purpose with or without fee is hereby granted, provided that the above
11 * copyright notice and this permission notice appear in all copies.

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

1254 struct usb_device *sc_udev;
1255
1256 struct usb_xfer *sc_xfer[ZYD_N_TRANSFER];
1257
1258 int sc_flags;
1259#define ZYD_FLAG_FWLOADED (1 << 0)
1260#define ZYD_FLAG_INITONCE (1 << 1)
1261#define ZYD_FLAG_INITDONE (1 << 2)
1262#define ZYD_FLAG_DETACHED (1 << 3)
1262
1263 struct zyd_rf sc_rf;
1264
1265 STAILQ_HEAD(, zyd_rq) sc_rtx;
1266 STAILQ_HEAD(, zyd_rq) sc_rqh;
1267
1268 uint8_t sc_bssid[IEEE80211_ADDR_LEN];
1269 uint16_t sc_fwbase;

--- 44 unchanged lines hidden ---
1263
1264 struct zyd_rf sc_rf;
1265
1266 STAILQ_HEAD(, zyd_rq) sc_rtx;
1267 STAILQ_HEAD(, zyd_rq) sc_rqh;
1268
1269 uint8_t sc_bssid[IEEE80211_ADDR_LEN];
1270 uint16_t sc_fwbase;

--- 44 unchanged lines hidden ---