<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/net/wireless, branch v2.6.26</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.26</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.26'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-07-09T20:16:32Z</updated>
<entry>
<title>libertas: fix memory alignment problems on the blackfin</title>
<updated>2008-07-09T20:16:32Z</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@promwad.com</email>
</author>
<published>2008-07-09T06:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=814feefa859a736d29d0700d49debf13904b429f'/>
<id>urn:sha1:814feefa859a736d29d0700d49debf13904b429f</id>
<content type='text'>
Fixing unaligned memory access on the blackfin architecture.

Signed-off-by: Ihar Hrachyshka &lt;ihar.hrachyshka@promwad.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>zd1211rw: stop beacons on remove_interface</title>
<updated>2008-07-09T20:16:32Z</updated>
<author>
<name>Luis Carlos Cobo</name>
<email>luisca@cozybit.com</email>
</author>
<published>2008-07-08T14:19:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=86229f0c7b4e065f51b5572a8a61801e281740a0'/>
<id>urn:sha1:86229f0c7b4e065f51b5572a8a61801e281740a0</id>
<content type='text'>
If a mesh or ad-hoc interface is brought up and later it is replaced
by managed interface, the managed interface will keep transmitting
the beacons that were configured for the former interface. This patch
fixes that behaviour.

Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rt2x00: Disable synchronization during initialization</title>
<updated>2008-07-09T20:16:31Z</updated>
<author>
<name>Ivo van Doorn</name>
<email>ivdoorn@gmail.com</email>
</author>
<published>2008-07-08T11:45:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1f90916264049a7d9e6106fd60d289c9a775d24f'/>
<id>urn:sha1:1f90916264049a7d9e6106fd60d289c9a775d24f</id>
<content type='text'>
As soon as init_registers() was called, the rt2400/rt2500
would start raising beacondone interrupts. Since this is highly
premature since no beacons were provided yet, we should
initialize the synchronization register to 0.

This will make all drivers initialize it to 0 regardless
if they are raising beacondone interrupts or not, since it only
makes sense to have it completely disabled.

Signed-off-by: Ivo van Doorn &lt;IvDoorn@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>zd1211rw: add ID for AirTies WUS-201</title>
<updated>2008-07-07T19:31:40Z</updated>
<author>
<name>Firat Birlik</name>
<email>firat@airties.com</email>
</author>
<published>2008-07-04T03:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9dfd55008e3863dcd93219c74bf05b09e5c549e2'/>
<id>urn:sha1:9dfd55008e3863dcd93219c74bf05b09e5c549e2</id>
<content type='text'>
I would like to inform you of our zd1211 based usb wifi adapter (AirTies
WUS-201), which works with the zd1211rw driver with the following device
id definition.

Signed-off-by: Daniel Drake &lt;dsd@gentoo.org&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bit</title>
<updated>2008-07-07T19:29:28Z</updated>
<author>
<name>Darren Jenkins</name>
<email>darrenrjenkins@gmail.com</email>
</author>
<published>2008-07-02T23:41:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0ff1cca0e272045b9c11a2ff94bd3e6893c9308c'/>
<id>urn:sha1:0ff1cca0e272045b9c11a2ff94bd3e6893c9308c</id>
<content type='text'>
Coverity CID: 2265 NEGATIVE_RETURNS

"rate" is of an unsigned type, and the code requires a signed type.
The following patch makes it so.

Signed-off-by: Darren Jenkins &lt;darrenrjenkins@gmailcom&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>hostap_cs: correct poor NULL checks in suspend/resume routines</title>
<updated>2008-07-07T19:22:53Z</updated>
<author>
<name>John W. Linville</name>
<email>linville@tuxdriver.com</email>
</author>
<published>2008-07-02T15:04:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fcee7a01ad7516eeb8dfdd0a17ef04cd2ee30757'/>
<id>urn:sha1:fcee7a01ad7516eeb8dfdd0a17ef04cd2ee30757</id>
<content type='text'>
This corrects this kernel.org bug:

	http://bugzilla.kernel.org/show_bug.cgi?id=9701

Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>libertas: support USB persistence on suspend/resume (resend)</title>
<updated>2008-07-02T19:26:03Z</updated>
<author>
<name>andrey@cozybit.com</name>
<email>andrey@cozybit.com</email>
</author>
<published>2008-07-01T18:43:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7b58ccfe32f40eca8c8ca29aa723a5d0e814f0c9'/>
<id>urn:sha1:7b58ccfe32f40eca8c8ca29aa723a5d0e814f0c9</id>
<content type='text'>
Handle .reset_resume() so that libertas can survive suspend/resume without
reloading the firmware.

Signed-off-by: Andrey Yurovsky &lt;andrey@cozybit.com&gt;
Acked-by: Deepak Saxena &lt;dsaxena@laptop.org&gt;
Acked-by: Dan Williams &lt;dcbw@redhat.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: drop skb silently for Tx request in monitor mode</title>
<updated>2008-07-02T19:26:03Z</updated>
<author>
<name>Zhu Yi</name>
<email>yi.zhu@intel.com</email>
</author>
<published>2008-07-01T01:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6afe6828b19b4567768264831d101026cb5510ff'/>
<id>urn:sha1:6afe6828b19b4567768264831d101026cb5510ff</id>
<content type='text'>
This patch fixes the problem to keep mac80211 resubmitting SKBs
when Tx request cannot be met in monitor mode.

Signed-off-by: Zhu Yi &lt;yi.zhu@intel.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: fix incorrect 5GHz rates reported in monitor mode</title>
<updated>2008-07-02T19:26:03Z</updated>
<author>
<name>Rick Farrington</name>
<email>rickdic@hotmail.com</email>
</author>
<published>2008-07-01T01:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ec04fd60fd74a9db9c63fe11d519be3642cabfdd'/>
<id>urn:sha1:ec04fd60fd74a9db9c63fe11d519be3642cabfdd</id>
<content type='text'>
This patch fixes the rates reported in monitor mode operation
(Wireshark) for iwlwifi.

Previously, packets with rates of 6M..24M would be reported
incorrectly and packets with rates of 36M..54M would not passed
up the stack.

Signed-off-by: Rick Farrington &lt;rickdic@hotmail.com&gt;
Signed-off-by: Zhu Yi &lt;yi.zhu@intel.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>hostap: fix sparse warnings</title>
<updated>2008-06-30T19:43:52Z</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2008-06-27T20:19:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1bcca3c463e4930cef9986b05165bb0b3eb46f63'/>
<id>urn:sha1:1bcca3c463e4930cef9986b05165bb0b3eb46f63</id>
<content type='text'>
Rewrite AID calculation in handle_pspoll() to avoid truncating bits.
Make hostap_80211_header_parse() static, don't export it.  Avoid
shadowing variables.

Signed-off-by: Pavel Roskin &lt;proski@gnu.org&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
