summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] wireless/airo: Build fixMatteo Croce2005-10-141-1/+1
| | | | | | | | | | | | | The aironet PCI driver has a build dependency on ISA that prevent the driver to compile on systems that doesn't support ISA, like x86_64. The driver really doesn't depend on ISA, it does some ISA stuff in the initialization code, since the driver supports both ISA and PCI cards. So the driver should depend on ISA_DMA_API to build on all systems, and this will not hurt PCI at all. Signed-off-by: Matteo Croce <3297627799@wind.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] orinoco: New driver - spectrum_cs.Pavel Roskin2005-09-051-0/+13
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pavel Roskin <proski@gnu.org> diff-tree dee4f325520d4ea29397dd67ca657b7235bb1790 (from c88faac230cc9775445e5c644991c352e35c72a1) Author: Pavel Roskin <proski@gnu.org> Date: Thu Sep 1 17:46:39 2005 -0400 New driver - spectrum_cs. Driver for 802.11b cards using RAM-loadable Symbol firmware, such as Symbol Wireless Networker LA4100, CompactFlash cards by Socket Communications and Intel PRO/Wireless 2011B. The driver implements Symbol firmware download. The rest is handled in hermes.c and orinoco.c. Utilities for downloading the Symbol firmware are available at http://sourceforge.net/projects/orinoco/ Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] orinoco: New driver - orinoco_nortel.Pavel Roskin2005-09-051-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Pavel Roskin <proski@gnu.org> diff-tree dce61aef99ceb57370b70222dc34d788666c0ac3 (from ceb6695092be8dcdfe2dec6ee5097d613011489d) Author: Pavel Roskin <proski@gnu.org> Date: Thu Sep 1 15:50:55 2005 -0400 New driver - orinoco_nortel. This is a driver for Nortel emobility PCI adaptors, which consist of an Orinoco compatible PCMCIA card and a simple PCI-to-PCMCIA bridge. The driver initializes the device and uses Orinoco core driver for actual wireless networking. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] orinoco: Remove EXPERIMENTAL mark from PLX_HERMES, TMD_HERMES and ↵Pavel Roskin2005-09-051-12/+6
| | | | | | | | | | | | | | | | PCI_HERMES. Signed-off-by: Pavel Roskin <proski@gnu.org> diff-tree ceb6695092be8dcdfe2dec6ee5097d613011489d (from 6b39374a27eb4be7e9d82145ae270ba02ea90dc8) Author: Pavel Roskin <proski@gnu.org> Date: Thu Sep 1 14:50:10 2005 -0400 Remove EXPERIMENTAL mark from PLX_HERMES, TMD_HERMES and PCI_HERMES. Those drivers have been used for a long time, and there have been very few problem reports. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* /spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik2005-08-251-1/+1
|\
| * ipw2100: Fix incorrectly named config option.Jiri Benc2005-08-251-1/+1
| | | | | | | | | | Signed-off-by: Jiri Benc <jbenc@suse.cz> Signed-off-by: Jirka Bohac <jbohac@suse.cz>
* | /spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik2005-08-241-1/+1
|\ \ | |/
| * Merge upstream into ieee80211.Jeff Garzik2005-08-241-1/+1
| |\ | | | | | | | | | Hand-fix merge conflict in drivers/usb/net/zd1201.c.
| | * [PATCH] Kconfig fix (airo_cs on m32r)Al Viro2005-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | airo_cs is broken on m32r; marked as such. [Proper fix would involve separating PCI-dependent parts and making sure they don't get in the way _and_ arranging for asm/scatterlist.h getting picked on m32r] Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* | | Merge /spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik2005-06-271-2/+1
|\ \ \ | |/ /
| * | [PATCH] ieee80211: fix recursive ipw2200 dependenciesAdrian Bunk2005-06-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This results in recursive dependencies: - IPW2200 depends on NET_RADIO - IPW2200 selects IEEE80211 - IEEE80211 selects NET_RADIO This patch fixes the IPW2200 dependencies in a way that they are similar to the IPW2100 dependencies. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Jiri Benc <jbenc@suse.cz>
* | | Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee802112005-05-271-1/+1
|\ \ \ | |/ /
| * | Automatic merge of /spare/repo/netdev-2.6 branch we182005-05-271-1/+1
| |\ \ | | |/
| | * [PATCH] wireless: 3CRWE154G72 Kconfig help fixDaniel Andersen2005-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 2 of the 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 is not supported by the prism54 project. To stop confusion, the kernel documentation should state so as 3com made a good job hiding the version. Signed-off-by: Andrew Morton <akpm@osdl.org> diff -puN drivers/net/wireless/Kconfig~wireless-3crwe154g72-kconfig-help-fix drivers/net/wireless/Kconfig
* | | Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee802112005-05-271-0/+105
|\ \ \ | |/ /
| * | Add ipw2200 wireless driver.James Ketrenos2005-05-271-0/+52
| | |
| * | Add ipw2100 wireless driver.James Ketrenos2005-05-271-0/+53
| |/
* | Add HostAP wireless driver.Jouni Malinen2005-05-121-0/+2
|/ | | | Includes minor cleanups from Adrian Bunk <bunk@stusta.de>.
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+365
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
OpenPOWER on IntegriCloud