Deleted Added
full compact
if_wpivar.h (288999) if_wpivar.h (289006)
1/* $FreeBSD: head/sys/dev/wpi/if_wpivar.h 288999 2015-10-08 00:52:41Z adrian $ */
1/* $FreeBSD: head/sys/dev/wpi/if_wpivar.h 289006 2015-10-08 07:17:11Z adrian $ */
2
3/*-
4 * Copyright (c) 2006,2007
5 * Damien Bergamini <damien.bergamini@free.fr>
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.

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

160 struct wpi_fw_part main;
161 struct wpi_fw_part boot;
162};
163
164struct wpi_softc {
165 device_t sc_dev;
166 int sc_debug;
167
2
3/*-
4 * Copyright (c) 2006,2007
5 * Damien Bergamini <damien.bergamini@free.fr>
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.

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

160 struct wpi_fw_part main;
161 struct wpi_fw_part boot;
162};
163
164struct wpi_softc {
165 device_t sc_dev;
166 int sc_debug;
167
168 int sc_flags;
169#define WPI_PS_PATH (1 << 0)
170 int sc_running;
171
172 struct mtx sc_mtx;
173 struct ieee80211com sc_ic;
174
175 struct mtx tx_mtx;
176
177 /* Shared area. */

--- 120 unchanged lines hidden ---
168 int sc_running;
169
170 struct mtx sc_mtx;
171 struct ieee80211com sc_ic;
172
173 struct mtx tx_mtx;
174
175 /* Shared area. */

--- 120 unchanged lines hidden ---