aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwi/if_iwivar.h
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2007-06-11 10:56:06 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2007-06-11 10:56:06 +0000
commit8d399898ec71d90714ac03f6675877a6b7dd7a3a (patch)
tree52a7af2d10977928f3933d7d913fd0ebf6c9f251 /sys/dev/iwi/if_iwivar.h
parented3247cea7dcf190de9eac08fbb8407349ce793c (diff)
downloadsrc-8d399898ec71d90714ac03f6675877a6b7dd7a3a.tar.gz
src-8d399898ec71d90714ac03f6675877a6b7dd7a3a.zip
MFp4 (missed in net80211 megaupdate)
- Use a seperate taskqueue+thread for reset tasks since iwi_ops will block. - Return from iwi_ops if the interface has been downed - The firmware will fail if we are already associated - Add myself to the copyright
Notes
Notes: svn path=/head/; revision=170554
Diffstat (limited to 'sys/dev/iwi/if_iwivar.h')
-rw-r--r--sys/dev/iwi/if_iwivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/iwi/if_iwivar.h b/sys/dev/iwi/if_iwivar.h
index a1c39150e90b..fca0b7aaaf7c 100644
--- a/sys/dev/iwi/if_iwivar.h
+++ b/sys/dev/iwi/if_iwivar.h
@@ -128,6 +128,7 @@ struct iwi_softc {
uint8_t sc_mcast[IEEE80211_ADDR_LEN];
struct unrhdr *sc_unr;
struct taskqueue *sc_tq; /* private task queue */
+ struct taskqueue *sc_tq2; /* reset task queue */
#if __FreeBSD_version < 700000
struct proc *sc_tqproc;
#endif