summaryrefslogtreecommitdiff
blob: df1b30515f479f858b237e06db921852206ad349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
device "orinoco_cs"
  class "network"
  module "hermes", "orinoco", "orinoco_cs"
#  module "hermes", "orinoco" opts "pc_debug=3", "orinoco_cs"

#
# Wireless network adapters
#
# We should use the manfid (which cover multiple cards), otherwise we will
# go crazy listing all cards and their variations !!!

# First class of device : Lucent & OEM
card "Lucent Technologies Orinoco"
  manfid 0x0156,0x0002
  bind "orinoco_cs"

card "Lucent Technologies Wavelan/IEEE"
  version "Lucent Technologies", "WaveLAN/IEEE"
  bind "orinoco_cs"

card "Cabletron RoamAbout 802.11 DS"
  version "Cabletron", "RoamAbout 802.11 DS"
  bind "orinoco_cs"

card "ELSA AirLancer MC-11"
  version "ELSA", "AirLancer MC-11"
  bind "orinoco_cs"

card "MELCO WLI-PCM-L11"
  version "MELCO", "WLI-PCM-L11"
  bind "wvlan_cs"

# Second class of device : Symbol & OEM
card "LA4111 Spectrum24 Wireless LAN PC Card"
  version "Symbol Technologies"
  bind "orinoco_cs"

card "3Com AirConnect"
  version "3Com", "3CRWE737A AirConnect Wireless LAN PC Card"
  bind "orinoco_cs"

card "Intel PRO/Wireless 2011"
  manfid 0x0089,0x0001
  bind "orinoco_cs"

card "Ericsson WLAN Card C11"
  manfid 0x016b,0x0001
  bind "orinoco_cs" 

# Third class of device : other Intersil clones
card "Intersil PRISM2 11 Mbps Wireless Adapter"
  manfid 0x0156, 0x0002
  bind "orinoco_cs"

card "Farallon SkyLINE"
  version "INTERSIL", "HFA384x/IEEE"
  bind "orinoco_cs"

card "D-Link DWL-650"
  version "D", "Link DWL-650 11Mbps WLAN Card"
  bind "orinoco_cs"

card "SAMSUNG 11Mbps WLAN Card"
  version "SAMSUNG", "11Mbps WLAN Card"
  bind "orinoco_cs"
# Does this one cover Compaq as well ???

card "HyperLink Wireless PC Card 11Mbps"
  version "HyperLink","Wireless PC Card 11Mbps"
  bind "orinoco_cs"

card "PROXIM LAN PC CARD HARMONY 80211B"
  version "PROXIM","LAN PC CARD HARMONY 80211B"
  bind "orinoco_cs"