Deleted Added
full compact
if_upgtvar.h (244503) if_upgtvar.h (246614)
1/* $OpenBSD: if_upgtvar.h,v 1.14 2008/02/02 13:48:44 mglocker Exp $ */
1/* $OpenBSD: if_upgtvar.h,v 1.14 2008/02/02 13:48:44 mglocker Exp $ */
2/* $FreeBSD: head/sys/dev/usb/wlan/if_upgtvar.h 244503 2012-12-20 18:38:02Z hselasky $ */
2/* $FreeBSD: head/sys/dev/usb/wlan/if_upgtvar.h 246614 2013-02-10 10:36:16Z hselasky $ */
3
4/*
5 * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
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.
10 *

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

424 struct usb_device *sc_udev;
425 void *sc_rx_dma_buf;
426 void *sc_tx_dma_buf;
427 struct mtx sc_mtx;
428 struct upgt_stat sc_stat;
429 int sc_flags;
430#define UPGT_FLAG_FWLOADED (1 << 0)
431#define UPGT_FLAG_INITDONE (1 << 1)
3
4/*
5 * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
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.
10 *

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

424 struct usb_device *sc_udev;
425 void *sc_rx_dma_buf;
426 void *sc_tx_dma_buf;
427 struct mtx sc_mtx;
428 struct upgt_stat sc_stat;
429 int sc_flags;
430#define UPGT_FLAG_FWLOADED (1 << 0)
431#define UPGT_FLAG_INITDONE (1 << 1)
432#define UPGT_FLAG_DETACHED (1 << 2)
432 int sc_if_flags;
433 int sc_debug;
434
435 uint8_t sc_myaddr[IEEE80211_ADDR_LEN];
436
437 enum ieee80211_state sc_state;
438 int sc_arg;
439 int sc_led_blink;

--- 45 unchanged lines hidden ---
433 int sc_if_flags;
434 int sc_debug;
435
436 uint8_t sc_myaddr[IEEE80211_ADDR_LEN];
437
438 enum ieee80211_state sc_state;
439 int sc_arg;
440 int sc_led_blink;

--- 45 unchanged lines hidden ---