95MA401.INF Driver File Contents (MA401v26_Official_Release_XP.zip)

;*******************************************************************************
; 95MA401.INF
;  
;       
;
;          Copyright (c) 1998-2000 Intersil Corporation
;          All Rights Reserved.
;
;
;                       0.4 - Change registry flags for parameters to not require setting
;                                 by user during inf install.
;                               - Use same copy section for both PCI and PCMCIA card.
;                       0.3 - Add Authentication type control. Correct Checksum for WL200
;                       0.2 - Add parameters for IBSS and Poll in Driver and Short Preamble
;                       0.1 - Initial Intersil INF file.
;
;-------------------------------------------------------------------------------

[version]
signature="$Windows 95$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Provider%
DriverVer   = 12/06/99

[Manufacturer]
%Provider%=Provider,NTx86

; All enumerated adapters must be excluded from select
[EndManufacturer]
;ExcludeFromSelect = PCMCIA\CHOICE_MICROSYSTEMS-CW10/IEEE-4AE8

[Provider.NTx86] ;For Windows XP

[Provider]
;DisplayName                    Section         DeviceID
;-----------                    -------         --------
 %CW10.DeviceDescPRISM2_5V% =   CW10.ndi,       PCMCIA\NETGEAR_MA401_WIRELESS_PC-CARD-FBDB
 %CW10.DeviceDescPRISM2_5%  =   CW10.ndi,       PCMCIA\NETGEAR_MA401RA_Wireless_PC-Card-5CA0
 %CW10.DeviceDescPCI%       =   CW10_PCIx.ndi,  PCI\VEN_1385&DEV_4100&SUBSYS_41001385 
 
;----------------------------------------------------------------------------
; Windows 9X
[CW10_PCI.ndi]
AddReg=PRISM2_PCI.ndi.reg,Common.reg.W9x,Common.reg,PCI.reg,PCI.reg.W9x,UtilityInstaller
CopyFiles=CW10.Win95.sys.copyfile,CW10.Win9x.inf.copyfile,Common.App.copyfile;,Target.Config.exe   ;Richard 2002/2/28
MaxInstance=1

[CW10_PCIx.ndi]
AddReg=PRISM2_PCI.ndi.reg,Common.reg.W9x,Common.reg,PCI.reg,PCI.reg.W9x,UtilityInstaller
CopyFiles=CW10.Win9x.sys.copyfile,CW10.Win9x.inf.copyfile,Common.App.copyfile;,Target.Config.exe   ;Richard 2002/2/28
MaxInstance=1

[CW10.ndi]
AddReg=PRISM2_PCMCIA.ndi.reg,Common.reg.W9x,Common.reg,Pcmcia.reg,Pcmcia.reg.W9x,UtilityInstaller
CopyFiles=CW10.Win9x.sys.copyfile,CW10.Win9x.inf.copyfile,,Common.App.copyfile;,Target.Config.exe   ;Richard 2002/2/28
MaxInstance=1

; NT main sections
[CW10_PCIx.ndi.NT]
AddReg          = Common.reg, nt.reg.PCI , PCI.reg ,UtilityInstaller
Characteristics = 0x84   ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5
CopyFiles       = CW10.Win2k.sys.copyfile,Common.App.copyfile;,Target.Config.exe   ;Richard 2002/2/28

[CW10_PCIx.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10.ndi.NT]
AddReg          = Common.reg, nt.reg.PCM, Pcmcia.reg
Characteristics = 0x84   ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8
CopyFiles       = CW10.Win2k.sys.copyfile,Common.App.copyfile;,Target.Config.exe   ;Richard 2002/2/28

[CW10.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10_PCIx.xndi.NT]
AddReg          = Common.reg, nt.reg.PCI , PCI.reg ,UtilityInstaller
Characteristics = 0x84   ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5
CopyFiles       = CW10.Win2k.sys.copyfile,Common.App.copyfile;,Target.Config.exe   ;Richard 2002/2/28

[CW10_PCIx.xndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10.xndi.NT]
AddReg          = Common.reg, nt.reg.PCM, Pcmcia.reg,UtilityInstaller
Characteristics = 0x84   ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8
CopyFiles       = CW10.Win2k.sys.copyfile,Common.App.copyfile;,Target.Config.exe   ;Richard 2002/2/28

[CW10.xndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  Copy file
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[DestinationDirs]
DefaultDestDir           = 11; LDID_SYS
CW10.Win95.sys.copyfile  = 11;
CW10.Win9x.sys.copyfile  = 11;
CW10.Win9x.inf.copyfile  = 17;
CW10.Win2k.sys.copyfile  = 12;
Common.App.copyfile      = 11         ; Richard  2002/2/24


[SourceDisksNames]
1 = %ROM_Description%,,

[SourceDisksFiles]
95MA401.INF              =1
CW10.SYS                 =1
CW10x.sys                =1
Config.exe               =1       ;Richard   2002/2/24
Config.dll               =1       ;Richard   2002/2/24
Msvcrt.dll               =1       ;Richard   2002/2/24
MFC42.DLL                =1       ;Richard   2002/2/24

[CW10.Win95.sys.copyfile]
CW10.sys,,,
ndcprtns.sys,,,
NdcAgt9x.VXD,,,

[CW10.Win9x.sys.copyfile]
CW10.sys,,,
ndcprtns.sys,,,
NdcAgt9x.VXD,,,

[CW10.Win9x.inf.copyfile]
 95MA401.INF,,,

[CW10.Win2k.sys.copyfile]
CW10.sys,,,
ndcprtns.sys,,,
NdcAgt9x.VXD,,,

[Common.App.copyfile]                  ;Richard   2002/2/24
Config.exe,,,                          ;Richard   2002/2/24
Config.dll,,,                          ;Richard   2002/2/24
Msvcrt.dll,,,                          ;Richard   2002/2/24
MFC42.DLL,,,                           ;Richard   2002/2/24

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  Add Card Device ID specific registry entries
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[UtilityInstaller]
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,config.EXE,,"%11%\config.EXE"

[PRISM2_PCMCIA.ndi.reg]
HKR,Ndi,DeviceID,,"NETGEAR MA401 Wireless PC Card"
HKR,NDI,CardType,,"PCMCIA"
HKR,,BusType,,8

[PRISM2_PCI.ndi.reg]
HKR,Ndi,DeviceID,0,PCI\VEN_1835&DEV_4100
HKR,NDI,CardType,0,PCI
HKR,,BusType,0,5

;----------------------------------------------------------------------------
; common regs for NT and W9x
;
[Common.reg.W9x]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,cw10.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

;
; NDIS Info
;
HKR,NDIS,LogDriverName,,"cw10"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A

;
; Interfaces
;
HKR,NDI\Interfaces,DefUpper,,"ndis3"
HKR,NDI\Interfaces,DefLower,,"ethernet"
HKR,NDI\Interfaces,UpperRange,,"ndis3"
HKR,NDI\Interfaces,LowerRange,,"ethernet"

;
; Install sections
;
HKR,NDI\Install,ndis3,,"PRISM.ndis3"


[Common.reg]

;
; AP Density
;
HKR,,APDensity,,1
HKR,defaults,APDensity,,1
HKLM,Software\%PrismWireless%,LastInstalled,,"Station"                             ; Richard  2002/2/24
HKLM,Software\%PrismWireless%\Station,ClientCompanyName,,"NETGEAR"                     ; Richard  2002/2/24
HKLM,Software\%PrismWireless%\Station,ClientProductName,,"Wireless 802.11b NIC"    ; Richard  2002/2/24
HKLM,Software\%PrismWireless%\Station,MajorVersion,0x10001,1                      ; Richard  2002/2/24
HKLM,Software\%PrismWireless%\Station,MinorVersion,0x10001,50                      ; Richard  2002/2/24
HKLM,Software\%PrismWireless%\Station,ProductVersion,,"1.50"                       ; Richard  2002/2/24
HKLM,Software\%PrismWireless%\Station,DriverFileName,,"cw10.sys"                   ; Richard  2002/2/24

;
; StationName
;
HKR,,StationName,,"Client"
HKR,defaults,StationName,,"Client"

;
; Network Type
;
HKR,,NetworkType,,%NETWORK_TYPE_DEF_STR%
HKR,defaults,NetworkType,,%NETWORK_TYPE_DEF_STR%
HKR,NDI\params\NetworkType,ParamDesc,,"Network Type"
HKR,NDI\params\NetworkType,type,,enum
HKR,NDI\params\NetworkType,default,,%NETWORK_TYPE_DEF_STR%
HKR,NDI\params\NetworkType,flag,1,30,00,00,00
HKR,NDI\params\NetworkType\enum,0,,"802.11 Ad Hoc"
HKR,NDI\params\NetworkType\enum,1,,"Infrastructure"
HKR,NDI\params\NetworkType\enum,3,,"Ad Hoc"

;
; SSID
; 
HKR,,SSID,,%SSID_DEF_STR%
HKR,defaults,SSID,,%SSID_DEF_STR%
HKR,NDI\params\SSID,ParamDesc,,"SSID"
HKR,NDI\params\SSID,type,,edit
HKR,NDI\params\SSID,limitText,,32
HKR,NDI\params\SSID,default,,%SSID_DEF_STR%
HKR,NDI\params\SSID,flag,1,30,00,00,00

;
; Channel
; 
HKR,,DSChannel,,6
HKR,defaults,DSChannel,,6
HKR,NDI\params\DSChannel,ParamDesc,,"Channel"
HKR,NDI\params\DSChannel,type,,enum
HKR,NDI\params\DSChannel,default,,6
HKR,NDI\params\DSChannel,flag,1,20,00,00,00
HKR,NDI\params\DSChannel\enum,1,,"Channel 1"
HKR,NDI\params\DSChannel\enum,2,,"Channel 2"
HKR,NDI\params\DSChannel\enum,3,,"Channel 3"
HKR,NDI\params\DSChannel\enum,4,,"Channel 4"
HKR,NDI\params\DSChannel\enum,5,,"Channel 5"
HKR,NDI\params\DSChannel\enum,6,,"Channel 6"
HKR,NDI\params\DSChannel\enum,7,,"Channel 7"
HKR,NDI\params\DSChannel\enum,8,,"Channel 8"
HKR,NDI\params\DSChannel\enum,9,,"Channel 9"
HKR,NDI\params\DSChannel\enum,10,,"Channel 10"
HKR,NDI\params\DSChannel\enum,11,,"Channel 11"
HKR,NDI\params\DSChannel\enum,12,,"Channel 12"
HKR,NDI\params\DSChannel\enum,13,,"Channel 13"

;
;       Wep Required
;
HKR,,WepReq,0,0
HKR,defaults,WepReq,0,0
HKR,NDI\params\WepReq,,0,0
HKR,NDI\params\WepReq,ParamDesc,,"Use WEP"
HKR,NDI\params\WepReq,flag,1,30,00,00,00
HKR,NDI\params\WepReq,type,,enum
HKR,Ndi\params\WepReq,default,,0
HKR,NDI\params\WepReq\enum,0,,"Disabled"
HKR,NDI\params\WepReq\enum,2,,"64 bit"
HKR,NDI\params\WepReq\enum,6,,"128 bit"
HKR,NDI\params\WepReq,optional,0,0

;
;       Esarhpssap
;
HKR,,Esarhpssap,,""
HKR,defaults,Esarhpssap,,""
HKR,NDI\params\Esarhpssap,ParamDesc,,"WEP Passphrase"
HKR,NDI\params\Esarhpssap,type,,edit
HKR,NDI\params\Esarhpssap,limitText,,64
HKR,NDI\params\Esarhpssap,default,,""
HKR,NDI\params\Esarhpssap,flag,1,30,00,00,00

;
;       Short Preamble
;
HKR,,PreambleMode,0,1
HKR,defaults,PreambleMode,0,1
HKR,NDI\params\PreambleMode,,0,1
HKR,NDI\params\PreambleMode,ParamDesc,,%SHORT_PREAM_STR%
HKR,NDI\params\PreambleMode,flag,1,30,00,00,00
HKR,NDI\params\PreambleMode,type,,enum
HKR,Ndi\params\PreambleMode,default,,1
HKR,NDI\params\PreambleMode\enum,1,,"Long Tx Preamble"
HKR,NDI\params\PreambleMode\enum,2,,"Short Tx Preamble"
HKR,NDI\params\PreambleMode\enum,3,,"Auto"
HKR,NDI\params\PreambleMode,optional,0,0

;
; TxRate
;
HKR, ,TxRate,                           ,15
HKR, defaults,TxRate,           ,15
HKR, NDI\params\TxRate,      ParamDesc, , "Transmit Rate"
HKR, NDI\params\TxRate,      type,      , enum
HKR, NDI\params\TxRate,      default,   , 15
HKR, NDI\params\TxRate,flag, 1,       30, 00, 00, 00
HKR, NDI\params\TxRate\enum, 1,                         ,"Fixed 1 Mb/s"
HKR, NDI\params\TxRate\enum, 2,                         ,"Fixed 2 Mb/s"
HKR, NDI\params\TxRate\enum, 3,                         ,"Auto Select 1 or 2"
HKR, NDI\params\TxRate\enum, 4,                         ,"Fixed 5.5 Mb/s"
HKR, NDI\params\TxRate\enum, 8,                         ,"Fixed 11 Mb/s"
HKR, NDI\params\TxRate\enum, 15,                        ,"Fully Auto"

;
; Frag Threshold
;
HKR, ,FragThresh,                               0,                      2432
HKR, defaults,FragThresh,               0,                      2432
HKR, NDI\params\FragThresh,             ,0,                     2432
HKR, NDI\params\FragThresh,             ParamDesc,      0,"Fragmentation Threshold"
HKR, NDI\params\FragThresh,             type,           0,int
HKR, Ndi\params\FragThresh,             default,        0,2432
HKR, NDI\params\FragThresh,             min,            0,256
HKR, NDI\params\FragThresh,             max,            0,2432
HKR, NDI\params\FragThresh,             step,           0,128
HKR, NDI\params\FragThresh,             flag,           1,20,00,00,00
HKR, NDI\params\FragThresh,             optional,       0,0

;
; RTS Threshold
;
HKR,,RTSThresh,0,2432
HKR,defaults,RTSThresh,0,2432
HKR,NDI\params\RTSThresh,,0,2432
HKR,NDI\params\RTSThresh,ParamDesc,0,"RTS Threshold"
HKR,NDI\params\RTSThresh,type,0,int
HKR,Ndi\params\RTSThresh,default,0,2432
HKR,NDI\params\RTSThresh,min,0,0
HKR,NDI\params\RTSThresh,max,0,2432
HKR,NDI\params\RTSThresh,step,0,64
HKR,NDI\params\RTSThresh,flag,1,20,00,00,00
HKR,NDI\params\RTSThresh,optional,0,0

;
; PS Mode
;
HKR,,PSMode,,1
HKR,defaults,PSMode,,1
HKR,NDI\params\PSMode,ParamDesc,,"Power Save Mode"
HKR,NDI\params\PSMode,type,,enum
HKR,NDI\params\PSMode,default,,1
HKR,NDI\params\PSMode,flag,1,30,00,00,00
HKR,NDI\params\PSMode\enum,1,,"Disabled"
HKR,NDI\params\PSMode\enum,2,,"Enabled"

;
; Listen Interval
;
HKR,,ListenInterval,0,3
HKR,defaults,ListenInterval,0,3

;
; Encapsultion (i.e. Ethernet Translation)
;
HKR,,Encapsulation,,1
HKR,defaults,Encapsulation,,1

;
;       Wep Encrypt in Driver
;
HKR,,EncryptInDriver,0,1
HKR,defaults,EncryptInDriver,0,1

;
;       Wep Decrypt in Driver
;
HKR,,DecryptInDriver,0,1
HKR,defaults,DecryptInDriver,0,1

;
;       WEP Factor
;
HKR,,WEPFactor,0,3
HKR,defaults,WEPFactor,0,3

;
;
; Authentication Type
;
HKR,,AuthentAlg,,%AUTHENT_TYPE_DEF_STR%
HKR,defaults,AuthentAlg,,%AUTHENT_TYPE_DEF_STR%
HKR,NDI\params\AuthentAlg,ParamDesc,,"Authentication Algorithm"
HKR,NDI\params\AuthentAlg,type,,enum
HKR,NDI\params\AuthentAlg,default,,%AUTHENT_TYPE_DEF_STR%
HKR,NDI\params\AuthentAlg,flag,1,30,00,00,00
HKR,NDI\params\AuthentAlg\enum,1,,"Open System (WiFi)"
HKR,NDI\params\AuthentAlg\enum,2,,"Shared Key"

;
;       IBSS in Driver mode control
;
HKR,,IBSSInDriver,0,1
HKR,defaults,IBSSInDriver,0,1

;
; 802.0 Locally Administrated Address
;
HKR,,LAA,,""



;----------------------------------------------------------------------------
; PCMCIA specific
;

[Pcmcia.reg.W9x]
HKR,Ndi,DeviceID,,"NETGEAR MA401 Wireless PC Card"
HKR,NDI,CardType,,"PCMCIA"
HKR,,BusType,,8


[Pcmcia.reg]

HKR,,VendorDesc,0,"NETGEAR MA401 Wireless PC Card"

;
;       Poll in Driver mode control
;
HKR,,PollInDriver,0,0
HKR,defaults,PollInDriver,0,0

;----------------------------------------------------------------------------
; PCI specific
;

[PCI.reg.W9x]
HKR,Ndi,DeviceID,0,PCI\VEN_1835&DEV_4100
HKR,NDI,CardType,0,PCI
HKR,,BusType,0,5

[PCI.reg]
;
;       Poll in Driver mode control
;
HKR,,VendorDesc,0,"NETGEAR MA301 Wireless PCI Adapter"

HKR,,PollInDriver,0,1
HKR,defaults,PollInDriver,0,1

;----------------------------------------------------------------------------
; NT specific
;

[nt.reg.PCM]
HKR, ,               BusType,    0, "8"         ; PCMCIA
HKR, Ndi,            Service,    0, "CW10"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis4"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

[nt.reg.PCI]
HKR, ,               BusType,    0, "5"         ; PCI
HKR, Ndi,            Service,    0, "CW10"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis4"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

[CW10.Service]
DisplayName     = %CW10.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_AUTO_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\CW10.sys
LoadOrderGroup  = NDIS

[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000,"%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\CW10.sys"
HKR, , TypesSupported,   0x00010001, 7


[Strings]
Provider                        = "NETGEAR"
CW10                            = "CW10"
PrismWireless                   = "Prism Wireless"
StartMenu                       = "Start Menu" 

CW10.DeviceDescPRISM2_5V= "NETGEAR MA401 Wireless PC Card"
CW10.DeviceDescPRISM2_5= "NETGEAR MA401 Wireless PC Card"
CW10.DeviceDescPCI      = "NETGEAR MA301 Wireless PCI Adapter"

SHORT_PREAM_STR                 ="Preamble Mode"
;
; Don't put spaces around = sign otherwise installer will not be able to
; find these lines.
SSID_DEF_STR="ANY"
NETWORK_TYPE_DEF_STR="1"
AUTHENT_TYPE_DEF_STR="1"

ROM_Description        = "NETGEAR Wireless LAN Installation CD"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 1.17