<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/net/wireless/Makefile, branch v3.0.26</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/net/wireless/Makefile?h=v3.0.26</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/net/wireless/Makefile?h=v3.0.26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-03-30T18:15:17Z</updated>
<entry>
<title>wireless: mwifiex: initial commit for Marvell mwifiex driver</title>
<updated>2011-03-30T18:15:17Z</updated>
<author>
<name>Bing Zhao</name>
<email>bzhao@marvell.com</email>
</author>
<published>2011-03-22T01:00:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5e6e3a92b9a4c9416b17f468fa5c7fa2233b8b4e'/>
<id>urn:sha1:5e6e3a92b9a4c9416b17f468fa5c7fa2233b8b4e</id>
<content type='text'>
This driver adds WiFi support for Marvell 802.11n based chipsets
with SDIO interface. Currently only SD8787 is supported. More
chipsets will be supported later.

drivers/net/wireless/mwifiex/

Signed-off-by: Nishant Sarmukadam &lt;nishants@marvell.com&gt;
Signed-off-by: Amitkumar Karwar &lt;akarwar@marvell.com&gt;
Signed-off-by: Kiran Divekar &lt;dkiran@marvell.com&gt;
Signed-off-by: Bing Zhao &lt;bzhao@marvell.com&gt;
Signed-off-by: Yogesh Ashok Powar &lt;yogeshp@marvell.com&gt;
Signed-off-by: Marc Yang &lt;yangyang@marvell.com&gt;
Signed-off-by: Ramesh Radhakrishnan &lt;rramesh@marvell.com&gt;
Signed-off-by: Frank Huang &lt;frankh@marvell.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is not</title>
<updated>2011-02-23T21:25:30Z</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2011-02-20T10:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9d17e80de8b86be9a51ed5abe93e51fe22d0beb3'/>
<id>urn:sha1:9d17e80de8b86be9a51ed5abe93e51fe22d0beb3</id>
<content type='text'>
The wireless Makefile does not build rtlwifi for rtl8192cu unless
rtl8192ce is selected.

Signed-off-by: Willy Tarreau &lt;w@1wt.eu&gt;
Signed-off-by: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: split the drivers for agn and legacy devices 3945/4965</title>
<updated>2011-02-21T19:27:26Z</updated>
<author>
<name>Wey-Yi Guy</name>
<email>wey-yi.w.guy@intel.com</email>
</author>
<published>2011-02-21T19:27:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=be663ab67077fac8e23eb8e231a8c1c94cb32e54'/>
<id>urn:sha1:be663ab67077fac8e23eb8e231a8c1c94cb32e54</id>
<content type='text'>
Intel WiFi devices 3945 and 4965 now have their own driver in the folder

	drivers/net/wireless/iwlegacy

Add support to build these drivers independently of the driver for
AGN devices. Selecting the 3945 builds iwl3945.ko and iwl_legacy.ko,
and selecting the 4965 builds iwl4965.ko and iwl_legacy.ko. iwl-legacy.ko
contains code shared between both devices.

The 3945 is an ABG/BG device, with no support for 802.11n. The 4965 is a 2x3
ABGN device.

Signed-off-by: Meenakshi Venkataraman &lt;meenakshi.venkataraman@intel.com&gt;
Acked-by: Johannes Berg &lt;johannes.berg@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
</content>
</entry>
<entry>
<title>Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"</title>
<updated>2011-02-21T19:11:05Z</updated>
<author>
<name>Wey-Yi Guy</name>
<email>wey-yi.w.guy@intel.com</email>
</author>
<published>2011-02-21T19:11:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4bc85c1324aaa4a8bb0171e332ff762b6230bdfe'/>
<id>urn:sha1:4bc85c1324aaa4a8bb0171e332ff762b6230bdfe</id>
<content type='text'>
This reverts commit aa833c4b1a928b8d3c4fcc2faaa0d6b81ea02b56.
</content>
</entry>
<entry>
<title>iwlwifi: split the drivers for agn and legacy devices 3945/4965</title>
<updated>2011-02-21T18:57:10Z</updated>
<author>
<name>Wey-Yi Guy</name>
<email>wey-yi.w.guy@intel.com</email>
</author>
<published>2011-02-21T18:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=aa833c4b1a928b8d3c4fcc2faaa0d6b81ea02b56'/>
<id>urn:sha1:aa833c4b1a928b8d3c4fcc2faaa0d6b81ea02b56</id>
<content type='text'>
Intel WiFi devices 3945 and 4965 now have their own driver in the folder

	drivers/net/wireless/iwlegacy

Add support to build these drivers independently of the driver for
AGN devices. Selecting the 3945 builds iwl3945.ko and iwl_legacy.ko,
and selecting the 4965 builds iwl4965.ko and iwl_legacy.ko. iwl-legacy.ko
contains code shared between both devices.

The 3945 is an ABG/BG device, with no support for 802.11n. The 4965 is a 2x3
ABGN device.

Signed-off-by: Meenakshi Venkataraman &lt;meenakshi.venkataraman@intel.com&gt;
Acked-by: Johannes Berg &lt;johannes.berg@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
</content>
</entry>
<entry>
<title>rtl8192ce: Add new driver</title>
<updated>2010-12-15T21:17:49Z</updated>
<author>
<name>Larry Finger</name>
<email>Larry.Finger@lwfinger.net</email>
</author>
<published>2010-12-08T17:12:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0c8173385e549f95cd80c3fff5aab87b4f881d8d'/>
<id>urn:sha1:0c8173385e549f95cd80c3fff5aab87b4f881d8d</id>
<content type='text'>
Signed-off-by: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>wl1251: move to it's own directory</title>
<updated>2010-10-11T19:04:23Z</updated>
<author>
<name>Kalle Valo</name>
<email>kvalo@adurom.com</email>
</author>
<published>2010-10-10T08:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9bc6772e15d25f58c1be638031280e04514287d4'/>
<id>urn:sha1:9bc6772e15d25f58c1be638031280e04514287d4</id>
<content type='text'>
wl1271 driver is under heavy development but on the other hand the older
wl1251 driver is currently considered more as a legacy driver. To make it
easier to develop wl1271 features move wl1251 to it's own directory,
drivers/net/wireless/wl1251.

There are no functional changes, only moving of files. One regression
is that Kconfig won't be updated automatically and user needs to enable
wl1251 manually with an older config file.

Signed-off-by: Kalle Valo &lt;kvalo@adurom.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>wl12xx: fix separate-object-folder builds</title>
<updated>2010-09-28T14:52:26Z</updated>
<author>
<name>John W. Linville</name>
<email>linville@tuxdriver.com</email>
</author>
<published>2010-09-27T18:00:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d99bf6e707444af4df294f54a679f679018d7ec3'/>
<id>urn:sha1:d99bf6e707444af4df294f54a679f679018d7ec3</id>
<content type='text'>
Make this go away (happens when building with a separate object
directory):

Assembler messages:
Fatal error: can't create drivers/net/wireless/wl12xx/.tmp_wl12xx_platform_data.o: No such file or directory
drivers/net/wireless/wl12xx/wl12xx_platform_data.c: In function 'wl12xx_get_platform_data':
drivers/net/wireless/wl12xx/wl12xx_platform_data.c:28: error: cannot open drivers/net/wireless/wl12xx/.tmp_wl12xx_platform_data.gcno
drivers/net/wireless/wl12xx/wl12xx_platform_data.c:28: confused by earlier errors, bailing out

Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;
Cc: Signed-off-by: Ohad Ben-Cohen &lt;ohad@wizery.com&gt;
</content>
</entry>
<entry>
<title>wl12xx: add platform data passing support</title>
<updated>2010-09-21T15:04:57Z</updated>
<author>
<name>Ohad Ben-Cohen</name>
<email>ohad@wizery.com</email>
</author>
<published>2010-09-15T23:31:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=61ee7007a5d61aa066076da578e8e8084e122d7d'/>
<id>urn:sha1:61ee7007a5d61aa066076da578e8e8084e122d7d</id>
<content type='text'>
Add a simple mechanism to pass platform data to the
SDIO instances of wl12xx.

This way there is no confusion over who owns the 'embedded data',
typechecking is preserved, and no possibility for the wrong driver to
pick up the data.

Originally proposed by Russell King.

Signed-off-by: Ohad Ben-Cohen &lt;ohad@wizery.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>netwave: move driver to staging</title>
<updated>2009-10-30T20:50:34Z</updated>
<author>
<name>John W. Linville</name>
<email>linville@tuxdriver.com</email>
</author>
<published>2009-10-28T20:16:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4b5783549730da21d88b41dce9a2b738afa44abc'/>
<id>urn:sha1:4b5783549730da21d88b41dce9a2b738afa44abc</id>
<content type='text'>
Move the netwave driver to drivers/staging.  This is another pre-802.11
driver that has seen virtually no non-API-fixup activity in years, and
for which no active hardware is likely to still exist.  This driver
represents unnecessary ongoing maintenance for no clear benefit.

This patch brought to you by the "hacking" session at the 2009 Kernel
Summit in Tokyo, Japan...

Acked-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
