-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the arlan 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 <gregkh@suse.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
- Loading branch information
John W. Linville
committed
Oct 30, 2009
1 parent
955015b
commit e38879e
Showing
9 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
config ARLAN | ||
tristate "Aironet Arlan 655 & IC2200 DS support" | ||
depends on ISA && !64BIT | ||
select WIRELESS_EXT | ||
---help--- | ||
Aironet makes Arlan, a class of wireless LAN adapters. These use the | ||
www.Telxon.com chip, which is also used on several similar cards. | ||
This driver is tested on the 655 and IC2200 series cards. Look at | ||
<http://www.ylenurme.ee/~elmer/655/> for the latest information. | ||
|
||
The driver is built as two modules, arlan and arlan-proc. The latter | ||
is the /proc interface and is not needed most of time. | ||
|
||
On some computers the card ends up in non-valid state after some | ||
time. Use a ping-reset script to clear it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
obj-$(CONFIG_ARLAN) += arlan.o | ||
|
||
arlan-objs := arlan-main.o arlan-proc.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.