Deleted Added
full compact
if_urtwvar.h (244503) if_urtwvar.h (246614)
1/* $FreeBSD: head/sys/dev/usb/wlan/if_urtwvar.h 244503 2012-12-20 18:38:02Z hselasky $ */
1/* $FreeBSD: head/sys/dev/usb/wlan/if_urtwvar.h 246614 2013-02-10 10:36:16Z hselasky $ */
2
3/*-
4 * Copyright (c) 2008 Weongyo Jeong <weongyo@FreeBSD.org>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *

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

102 int sc_debug;
103 int sc_if_flags;
104 int sc_flags;
105#define URTW_INIT_ONCE (1 << 1)
106#define URTW_RTL8187B (1 << 2)
107#define URTW_RTL8187B_REV_B (1 << 3)
108#define URTW_RTL8187B_REV_D (1 << 4)
109#define URTW_RTL8187B_REV_E (1 << 5)
2
3/*-
4 * Copyright (c) 2008 Weongyo Jeong <weongyo@FreeBSD.org>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *

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

102 int sc_debug;
103 int sc_if_flags;
104 int sc_flags;
105#define URTW_INIT_ONCE (1 << 1)
106#define URTW_RTL8187B (1 << 2)
107#define URTW_RTL8187B_REV_B (1 << 3)
108#define URTW_RTL8187B_REV_D (1 << 4)
109#define URTW_RTL8187B_REV_E (1 << 5)
110#define URTW_DETACHED (1 << 6)
110 enum ieee80211_state sc_state;
111
112 int sc_epromtype;
113#define URTW_EEPROM_93C46 0
114#define URTW_EEPROM_93C56 1
115 uint8_t sc_crcmon;
116 uint8_t sc_bssid[IEEE80211_ADDR_LEN];
117

--- 70 unchanged lines hidden ---
111 enum ieee80211_state sc_state;
112
113 int sc_epromtype;
114#define URTW_EEPROM_93C46 0
115#define URTW_EEPROM_93C56 1
116 uint8_t sc_crcmon;
117 uint8_t sc_bssid[IEEE80211_ADDR_LEN];
118

--- 70 unchanged lines hidden ---