<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/wi, branch release/4.11.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.11.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.11.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-05-18T06:57:33Z</updated>
<entry>
<title>Fix two bugs that aren't in the current:</title>
<updated>2004-05-18T06:57:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-05-18T06:57:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=20c85e48a7b50e7be8eaf51dabbac5ae8e1177c3'/>
<id>urn:sha1:20c85e48a7b50e7be8eaf51dabbac5ae8e1177c3</id>
<content type='text'>
1) only have a long timeout for the wi_cmd_ini command.  All others should
   much faster at 10ms.  Some cards seem to timeout when the signal quality
   is low, and a faster timeout means that retry will happen in a fraction of
   a second, rather than seconds.
2) ifconfig passes -1 in i_val for the ssid and ignores the rest of the
   parameters if it returns an error.  wi used to return an error in this
   case, which means none of the 802.11 parameters were being reported.
   Since an works, fix the presumed bug in wi.
</content>
</entry>
<entry>
<title>MFC: (well, from the old driver) All paths of deallocation do not tear</title>
<updated>2003-08-07T04:31:14Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-07T04:31:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=23b6c6d1bc27d3a03b05437772228a398bdcc706'/>
<id>urn:sha1:23b6c6d1bc27d3a03b05437772228a398bdcc706</id>
<content type='text'>
down the interrupt.  Move this code into the wi_free so that they do.
</content>
</entry>
<entry>
<title>MFC suspend/resume support for the wi driver:</title>
<updated>2003-07-26T21:03:55Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>2003-07-26T21:03:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1999c5610b5dcfc28968b0f69633ab055d9bccb0'/>
<id>urn:sha1:1999c5610b5dcfc28968b0f69633ab055d9bccb0</id>
<content type='text'>
    if_wi.c             1.120
    if_wi_pci.c         1.11, 1.12 (relevant style fixes only), 1.18
    if_wivar.h          1.14
</content>
</entry>
<entry>
<title>Remove the following message:</title>
<updated>2003-06-21T03:49:30Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-06-21T03:49:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c839c31b73f1d47068166ae1cffec48e99b6065'/>
<id>urn:sha1:7c839c31b73f1d47068166ae1cffec48e99b6065</id>
<content type='text'>
XXX: host encrypt not implemented for 802.3

Seeing this every time an IPX packet wandered into my wi bridge
was getting really, really annoying.
</content>
</entry>
<entry>
<title>MFC: All the latest fixes for wihostap mode, the ifconfig</title>
<updated>2002-08-02T07:11:34Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-08-02T07:11:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a350b089363c27c0310575bf576051864d958583'/>
<id>urn:sha1:a350b089363c27c0310575bf576051864d958583</id>
<content type='text'>
enhancements, crc32 movement to libkern, removal of compat cruft, and
maybe a few other things not obvious from the diff.
</content>
</entry>
<entry>
<title>Now that the IF_HANDOFF macro has been MFC'd, don't define it here.  A</title>
<updated>2002-06-30T22:32:37Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-06-30T22:32:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f57c0aa00ddfc5960360755b8cb42c30e4581834'/>
<id>urn:sha1:f57c0aa00ddfc5960360755b8cb42c30e4581834</id>
<content type='text'>
proper MFC of a newer wi driver will happen later, and this code was
ifdef for 4.x.

This removes some warnings in the building of the 4.x kernel.
</content>
</entry>
<entry>
<title>MFC: Add support for USR PCI adapter</title>
<updated>2002-06-16T18:07:18Z</updated>
<author>
<name>Nick Sayer</name>
<email>nsayer@FreeBSD.org</email>
</author>
<published>2002-06-16T18:07:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=74f410cd275e01ce77716ef7bc1ef40b86bb0958'/>
<id>urn:sha1:74f410cd275e01ce77716ef7bc1ef40b86bb0958</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Correct the station disassociation timeout.</title>
<updated>2002-05-24T15:25:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-05-24T15:25:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d6619c3f8b4f95a45ad5bddb3ed9c76fb980aba1'/>
<id>urn:sha1:d6619c3f8b4f95a45ad5bddb3ed9c76fb980aba1</id>
<content type='text'>
Approved by: RE (brian)
</content>
</entry>
<entry>
<title>MFC: Merge SPL changes, as well as small buffer size fix.</title>
<updated>2002-05-23T02:56:31Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-05-23T02:56:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=27bf62e98e7e81e43804d6ef64f579c8e7e35d4f'/>
<id>urn:sha1:27bf62e98e7e81e43804d6ef64f579c8e7e35d4f</id>
<content type='text'>
Approved by: re@
</content>
</entry>
<entry>
<title>MFC three important fixes (a little quick, but one is a compile issue and the</title>
<updated>2002-04-29T21:22:59Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-04-29T21:22:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=94080c276983174ac22bb12cc101817f6bcbdc53'/>
<id>urn:sha1:94080c276983174ac22bb12cc101817f6bcbdc53</id>
<content type='text'>
others are in a new feature):
1) don't include pccard stuff in pci attachment (kernel won't compile w/o this
   if you don't have pccard in your kernel).
2) Spell NetBSD's splsoftnet() as splimp() rather than splnet().
3) Properly untimeout stuff before creating a new timeout.
</content>
</entry>
</feed>
