<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/net/wireless, branch v2.6.28</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.28</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.28'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-11-25T21:13:09Z</updated>
<entry>
<title>net/wireless/reg.c: fix bad WARN_ON in if statement</title>
<updated>2008-11-25T21:13:09Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2008-11-23T19:09:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=020cf6ba7a91ccc5db359f91e9abba175fd3a0aa'/>
<id>urn:sha1:020cf6ba7a91ccc5db359f91e9abba175fd3a0aa</id>
<content type='text'>
fix:

  net/wireless/reg.c:348:29: error: macro "if" passed 2 arguments, but takes just 1

triggered by the branch-tracer.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>wireless: fix regression caused by regulatory config option</title>
<updated>2008-10-26T17:38:52Z</updated>
<author>
<name>Arjan van de Ven</name>
<email>arjan@linux.intel.com</email>
</author>
<published>2008-10-26T17:25:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=44a504c405ae5c3a80e71acf71d6b1cb0db70715'/>
<id>urn:sha1:44a504c405ae5c3a80e71acf71d6b1cb0db70715</id>
<content type='text'>
The default for the regulatory compatibility option is wrong;
if you picked the default you ended up with a non-functional wifi
system (at least I did on Fedora 9 with iwl4965).
I don't think even the October 2008 releases of the various distros
has the new userland so clearly the default is wrong, and also
we can't just go about deleting this in 2.6.29...

Change the default to "y" and also adjust the config text a little to
reflect this.

This patch fixes regression #11859

With thanks to Johannes Berg for the diagnostics

Signed-off-by: Arjan van de Ven &lt;arjan@linux.intel.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>cfg80211: fix debugfs error handling</title>
<updated>2008-10-15T00:48:25Z</updated>
<author>
<name>Johannes Berg</name>
<email>johannes@sipsolutions.net</email>
</author>
<published>2008-10-08T08:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=33c0360bf74d5fded34cb08d3512ada32ad661e4'/>
<id>urn:sha1:33c0360bf74d5fded34cb08d3512ada32ad661e4</id>
<content type='text'>
If something goes wrong creating the debugfs dir or when
debugfs is not compiled in, the current code might lead to
trouble; make it more robust.

Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>wireless: remove duplicated #include</title>
<updated>2008-10-13T04:03:38Z</updated>
<author>
<name>Huang Weiyi</name>
<email>weiyi.huang@gmail.com</email>
</author>
<published>2008-10-13T04:03:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ff71268aa4e9d961643c5e0ea5e14a3dd6d27f28'/>
<id>urn:sha1:ff71268aa4e9d961643c5e0ea5e14a3dd6d27f28</id>
<content type='text'>
Removed duplicated include &lt;linux/list.h&gt; in 
net/wireless/core.c.

Signed-off-by: Huang Weiyi &lt;weiyi.huang@gmail.com&gt;
Acked-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>wireless: fix typo in Kconfig.</title>
<updated>2008-10-06T22:14:56Z</updated>
<author>
<name>Davide Pesavento</name>
<email>davidepesa@gmail.com</email>
</author>
<published>2008-09-30T17:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5d6ffc533678c936e366809acaff8401af43a4af'/>
<id>urn:sha1:5d6ffc533678c936e366809acaff8401af43a4af</id>
<content type='text'>
Signed-off-by: Davide Pesavento &lt;davidepesa@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>wireless: a global static to local static improvement</title>
<updated>2008-09-24T20:18:04Z</updated>
<author>
<name>Denis ChengRq</name>
<email>crquan@gmail.com</email>
</author>
<published>2008-09-22T18:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=638af07386972861272ed9d0cff01cad528fdceb'/>
<id>urn:sha1:638af07386972861272ed9d0cff01cad528fdceb</id>
<content type='text'>
There are two improvements in this simple patch:
1. wiphy_counter is a static var only used in one function, so
   can use local static instead of global static;
2. wiphy_counter wrap handling killed one comparision;

Signed-off-by: Denis ChengRq &lt;crquan@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>cfg80211: reject invalid configuration items</title>
<updated>2008-09-24T20:18:00Z</updated>
<author>
<name>Johannes Berg</name>
<email>johannes@sipsolutions.net</email>
</author>
<published>2008-09-16T18:39:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=92ffe055c3ea45856183bebed62f8880f75fef3b'/>
<id>urn:sha1:92ffe055c3ea45856183bebed62f8880f75fef3b</id>
<content type='text'>
Reject configuring mesh-id for non-mesh, monitor flags for non-monitor.

Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>cfg80211: allow set_interface without type</title>
<updated>2008-09-24T20:18:00Z</updated>
<author>
<name>Johannes Berg</name>
<email>johannes@sipsolutions.net</email>
</author>
<published>2008-09-16T18:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=723b038def23ce0606754c4f598cbb96bae9a102'/>
<id>urn:sha1:723b038def23ce0606754c4f598cbb96bae9a102</id>
<content type='text'>
Which then causes no type change.

Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>cfg80211: show interface type</title>
<updated>2008-09-24T20:18:00Z</updated>
<author>
<name>Johannes Berg</name>
<email>johannes@sipsolutions.net</email>
</author>
<published>2008-09-16T12:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=60719ffd721f6764b7d07ca188c0d944a4330b69'/>
<id>urn:sha1:60719ffd721f6764b7d07ca188c0d944a4330b69</id>
<content type='text'>
This patch makes cfg80211 show the interface in the nl80211
information about a specific interface. API users are required
to keep the type updated (everything else is fairly complicated)
but you will get a warning if you fail to keep it updated.

Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>cfg80211: clean up static regdomain mess</title>
<updated>2008-09-24T20:17:59Z</updated>
<author>
<name>Johannes Berg</name>
<email>johannes@sipsolutions.net</email>
</author>
<published>2008-09-15T09:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=942b25cf9028e7c2f6446ee7c6618bd70dafec5f'/>
<id>urn:sha1:942b25cf9028e7c2f6446ee7c6618bd70dafec5f</id>
<content type='text'>
The statically defined regdomains are used in a very convoluted
way, use them instead to prime the information we have and then
continue operating normally.

Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
