Deleted Added
full compact
if_rsureg.h (287954) if_rsureg.h (288052)
1/*-
2 * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
3 *
4 * Permission to use, copy, modify, and distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 *
16 * $OpenBSD: if_rsureg.h,v 1.3 2013/04/15 09:23:01 mglocker Exp $
1/*-
2 * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
3 *
4 * Permission to use, copy, modify, and distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 *
16 * $OpenBSD: if_rsureg.h,v 1.3 2013/04/15 09:23:01 mglocker Exp $
17 * $FreeBSD: head/sys/dev/usb/wlan/if_rsureg.h 287954 2015-09-18 07:55:33Z adrian $
17 * $FreeBSD: head/sys/dev/usb/wlan/if_rsureg.h 288052 2015-09-21 02:30:22Z adrian $
18 */
19
20/* USB Requests. */
21#define R92S_REQ_REGS 0x05
22
23/*
24 * MAC registers.
25 */

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

735 struct ieee80211com sc_ic;
736 struct mbufq sc_snd;
737 device_t sc_dev;
738 struct usb_device *sc_udev;
739 int (*sc_newstate)(struct ieee80211com *,
740 enum ieee80211_state, int);
741 struct usbd_interface *sc_iface;
742 struct timeout_task calib_task;
18 */
19
20/* USB Requests. */
21#define R92S_REQ_REGS 0x05
22
23/*
24 * MAC registers.
25 */

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

735 struct ieee80211com sc_ic;
736 struct mbufq sc_snd;
737 device_t sc_dev;
738 struct usb_device *sc_udev;
739 int (*sc_newstate)(struct ieee80211com *,
740 enum ieee80211_state, int);
741 struct usbd_interface *sc_iface;
742 struct timeout_task calib_task;
743 struct task tx_task;
743 const uint8_t *qid2idx;
744 struct mtx sc_mtx;
745 int sc_ht;
746 int sc_nendpoints;
747
748 u_int sc_running:1,
749 sc_calibrating:1,
750 sc_scanning:1,

--- 30 unchanged lines hidden ---
744 const uint8_t *qid2idx;
745 struct mtx sc_mtx;
746 int sc_ht;
747 int sc_nendpoints;
748
749 u_int sc_running:1,
750 sc_calibrating:1,
751 sc_scanning:1,

--- 30 unchanged lines hidden ---