Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
cca52de4
Commit
cca52de4
authored
Jan 14, 2004
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Plain Diff
Merge redhat.com:/spare/repo/netdev-2.6/atmel
into redhat.com:/spare/repo/net-drivers-2.5
parents
2ed55743
435417ab
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
389 additions
and
162 deletions
+389
-162
drivers/net/wireless/Kconfig
drivers/net/wireless/Kconfig
+1
-1
drivers/net/wireless/atmel.c
drivers/net/wireless/atmel.c
+374
-147
drivers/net/wireless/atmel_cs.c
drivers/net/wireless/atmel_cs.c
+14
-14
No files found.
drivers/net/wireless/Kconfig
View file @
cca52de4
...
...
@@ -282,7 +282,7 @@ config PCMCIA_ATMEL
one of these, you will need to provide a firmware image
to be loaded into the card by the driver. The Atmel
firmware package can be downloaded from
http://www.thekelleys.org.uk/atmel
/atmel_firmware.tar.gz
http://www.thekelleys.org.uk/atmel
config PCMCIA_WL3501
tristate "Planet WL3501 PCMCIA cards"
...
...
drivers/net/wireless/atmel.c
View file @
cca52de4
This diff is collapsed.
Click to expand it.
drivers/net/wireless/atmel_cs.c
View file @
cca52de4
...
...
@@ -330,20 +330,20 @@ static struct {
char
*
firmware
;
char
*
name
;
}
card_table
[]
=
{
{
0
,
0
,
"WLAN/802.11b PC CARD"
,
"atmel_at76c502d.bin"
,
"Actiontec 802CAT1"
},
{
0
,
0
,
"ATMEL/AT76C502AR"
,
"atmel_at76c502.bin"
,
"NoName-RFMD"
},
{
0
,
0
,
"ATMEL/AT76C502AR_D"
,
"atmel_at76c502d.bin"
,
"NoName-revD"
},
{
0
,
0
,
"ATMEL/AT76C502AR_E"
,
"atmel_at76c502e.bin"
,
"NoName-revE"
},
{
0
,
0
,
"ATMEL/AT76C504"
,
"atmel_at76c504.bin"
,
"NoName-504"
},
{
MANFID_3COM
,
0x0620
,
NULL
,
"atmel_at76c502_3com.bin"
,
"3com 3CRWE62092B"
},
{
MANFID_3COM
,
0x0696
,
NULL
,
"atmel_at76c502_3com.bin"
,
"3com 3CRSHPW_96"
},
{
0
,
0
,
"SMC/2632W-V2"
,
"atmel_at76c502.bin"
,
"SMC 2632W-V2"
},
{
0
,
0
,
"SMC/2632W"
,
"atmel_at76c502d.bin"
,
"SMC 2632W-V3"
},
{
0xd601
,
0x0007
,
NULL
,
"atmel_at76c502.bin"
,
"Sitecom WLAN-011"
},
/* suspect - from a usenet posting. */
{
0x01bf
,
0x3302
,
NULL
,
"atmel_at76c502d.bin"
,
"Belkin F5D6060u"
},
/* " " " " " */
{
0
,
0
,
"BT/Voyager 1020 Laptop Adapter"
,
"atmel_at76c502.bin"
,
"BT Voyager 1020"
},
{
0
,
0
,
"IEEE 802.11b/Wireless LAN PC Card"
,
"atmel_at76c502.bin"
,
"Siemens Gigaset PC Card II"
},
{
0
,
0
,
"CNet/CNWLC 11Mbps Wireless PC Card V-5"
,
"atmel_at76c502e.bin"
,
"CNet CNWLC-811ARL"
}
{
0
,
0
,
"WLAN/802.11b PC CARD"
,
"atmel_at76c502d
%s
.bin"
,
"Actiontec 802CAT1"
},
{
0
,
0
,
"ATMEL/AT76C502AR"
,
"atmel_at76c502
%s
.bin"
,
"NoName-RFMD"
},
{
0
,
0
,
"ATMEL/AT76C502AR_D"
,
"atmel_at76c502d
%s
.bin"
,
"NoName-revD"
},
{
0
,
0
,
"ATMEL/AT76C502AR_E"
,
"atmel_at76c502e
%s
.bin"
,
"NoName-revE"
},
{
0
,
0
,
"ATMEL/AT76C504"
,
"atmel_at76c504
%s
.bin"
,
"NoName-504"
},
{
MANFID_3COM
,
0x0620
,
NULL
,
"atmel_at76c502_3com
%s
.bin"
,
"3com 3CRWE62092B"
},
{
MANFID_3COM
,
0x0696
,
NULL
,
"atmel_at76c502_3com
%s
.bin"
,
"3com 3CRSHPW_96"
},
{
0
,
0
,
"SMC/2632W-V2"
,
"atmel_at76c502
%s
.bin"
,
"SMC 2632W-V2"
},
{
0
,
0
,
"SMC/2632W"
,
"atmel_at76c502d
%s
.bin"
,
"SMC 2632W-V3"
},
{
0xd601
,
0x0007
,
NULL
,
"atmel_at76c502
%s
.bin"
,
"Sitecom WLAN-011"
},
/* suspect - from a usenet posting. */
{
0x01bf
,
0x3302
,
NULL
,
"atmel_at76c502d
%s
.bin"
,
"Belkin F5D6060u"
},
/* " " " " " */
{
0
,
0
,
"BT/Voyager 1020 Laptop Adapter"
,
"atmel_at76c502
%s
.bin"
,
"BT Voyager 1020"
},
{
0
,
0
,
"IEEE 802.11b/Wireless LAN PC Card"
,
"atmel_at76c502
%s
.bin"
,
"Siemens Gigaset PC Card II"
},
{
0
,
0
,
"CNet/CNWLC 11Mbps Wireless PC Card V-5"
,
"atmel_at76c502e
%s
.bin"
,
"CNet CNWLC-811ARL"
}
};
/* This is strictly temporary, until PCMCIA devices get integrated into the device model. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment