Deleted Added
full compact
if_rumvar.h (288623) if_rumvar.h (288633)
1/* $FreeBSD: head/sys/dev/usb/wlan/if_rumvar.h 288623 2015-10-03 17:49:11Z adrian $ */
1/* $FreeBSD: head/sys/dev/usb/wlan/if_rumvar.h 288633 2015-10-03 20:49:08Z adrian $ */
2
3/*-
4 * Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr>
5 * Copyright (c) 2006 Niall O'Higgins <niallo@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.

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

131 struct task cmdq_task;
132 uint8_t cmdq_first;
133 uint8_t cmdq_last;
134
135 uint32_t sta[6];
136 uint32_t rf_regs[4];
137 uint8_t txpow[44];
138 u_int sc_detached:1,
2
3/*-
4 * Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr>
5 * Copyright (c) 2006 Niall O'Higgins <niallo@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.

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

131 struct task cmdq_task;
132 uint8_t cmdq_first;
133 uint8_t cmdq_last;
134
135 uint32_t sta[6];
136 uint32_t rf_regs[4];
137 uint8_t txpow[44];
138 u_int sc_detached:1,
139 sc_running:1;
139 sc_running:1,
140 sc_clr_shkeys:1;
140
141 uint8_t sc_bssid[IEEE80211_ADDR_LEN];
142
141
142 uint8_t sc_bssid[IEEE80211_ADDR_LEN];
143
144 uint8_t vap_key_count[1];
145 uint64_t keys_bmap;
146
143 struct {
144 uint8_t val;
145 uint8_t reg;
146 } __packed bbp_prom[16];
147
148 int hw_radio;
149 int rx_ant;
150 int tx_ant;

--- 24 unchanged lines hidden ---
147 struct {
148 uint8_t val;
149 uint8_t reg;
150 } __packed bbp_prom[16];
151
152 int hw_radio;
153 int rx_ant;
154 int tx_ant;

--- 24 unchanged lines hidden ---