Av11ab.inf Driver File Contents (AV_Win98-XP_PLAT_V2.3.zip)

;/*++
;
;Copyright (c) 2003 Avaya Inc. All Rights Reserved
;
;Module Name:
;
;    Av11ab.inf
;
;Abstract:
;    INF file for installing Avaya Wireless Network Adapter
;
;--*/

[Version]
Signature    = "$Chicago$"    ; Single INF file for Windows 98 and Windows 2000
Compatible   = 1              ; Single INF file for Windows 98 and Windows 2000
Class        = Net
ClassGUID    = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider     = %Vendor_String%
DriverVer    = 03/17/2003,2.3.1.10  ; Recognized by Windows 2000 only
;CatalogFile  = Av11ab.cat
MillenniumPreferred = .ME

[Manufacturer]
%Vendor_String% = Vendor

[ControlFlags]
ExcludeFromSelect   = PCI\VEN_168C&DEV_0012&SUBSYS_1A001B47

[Vendor]
; DisplayName               Section             DeviceID
; -----------               -------             --------
%LEX.DeviceDesc.CB22ab_A%   = LEX_CB22ab_03,    PCI\VEN_168C&DEV_0012&SUBSYS_1A001B47


;==========================================
[LEX_CB22ab_03]     ; Win9x
 AddReg          = LEX_CB22ab_03_9x.reg, LEX_CB22ab_03_9x_2k.reg, COMMON_AB.reg, COMMON_NDIS_9x.reg, COMMON_CARDBUS.reg, COMMON.reg
 CopyFiles       = WLAN_9x.CopyFiles
 DelFiles        = WLAN_9x.DelIniFiles
 DriverVer       = 03/17/2003,2.3.1.10  ; Recognized by Windows 98 here

[LEX_CB22ab_03.ME]  ; WinMe
 AddReg          = LEX_CB22ab_03_9x.reg, LEX_CB22ab_03_9x_2k.reg, COMMON_AB.reg, COMMON_NDIS_9x.reg, COMMON_CARDBUS.reg, COMMON.reg
 CopyFiles       = WLAN_Me.CopyFiles
 DelFiles        = WLAN_9x.DelIniFiles
 DriverVer       = 03/17/2003,2.3.1.10  ; Recognized by Windows 98 here
 
[LEX_CB22ab_03.ME.ME]   ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg          = LEX_CB22ab_03_9x.reg, LEX_CB22ab_03_9x_2k.reg, COMMON_AB.reg, COMMON_NDIS_9x.reg, COMMON_CARDBUS.reg, COMMON.reg
 CopyFiles       = WLAN_Me.CopyFiles
 DelFiles        = WLAN_9x.DelIniFiles
 DriverVer       = 03/17/2003,2.3.1.10  ; Recognized by Windows 98 here
 
[LEX_CB22ab_03.NT]  ; Win2k
 AddReg          = LEX_CB22ab_03_2k.reg, LEX_CB22ab_03_9x_2k.reg, COMMON_AB.reg, COMMON_NDIS_2k.reg, COMMON_CARDBUS.reg, COMMON.reg
 CopyFiles       = WLAN_2k.CopyFiles
 DelFiles        = WLAN_2k.DelIniFiles
 BusType         = 5     ; Treat CARDBUS as PCI
 Characteristics = 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[LEX_CB22ab_03.NT.Services]
 AddService      = AVAYA_NIC_SERVICE2, 2, WlanNetCard.Service, WlanNetCard.EventLog

[LEX_CB22ab_03_9x.reg]
 HKR, NDI, DeviceID,    0, "PCI\VEN_168C&DEV_0012&SUBSYS_1A001B47"

[LEX_CB22ab_03_2k.reg]


[LEX_CB22ab_03_9x_2k.reg] 
 HKR,    , VendorDesc,  0, %LEX.DeviceDesc.CB22ab_A%
 
             
;###############################################################################

[WlanNetCard.Service]
 DisplayName    = %Service.DispName%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\Av11ab.sys
 LoadOrderGroup = NDIS

[WlanNetCard.EventLog]
 AddReg         = WlanNetCard.EventLog.reg

[WlanNetCard.EventLog.reg]
 HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
 HKR, , TypesSupported,   0x00010001, 7

;###############################################################################

[COMMON_CARDBUS.reg]
;RegKey,SubKey          ,Name                   ,Type   ,Value
;-------------          -----                   -----   ------
 HKR,NDI                ,CardType               ,0      ,"PCI"
 HKR,                   ,BusType                ,0      ,"5"

[COMMON_AB.reg]
HKR, ,                   NetBand,               0x00002,  %NetBand_DEF_STR_AB%
HKR, ,                   AdHocBand,             0x00002,  %AdhocBand_DEF_STR_AB%

;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[COMMON_NDIS_9x.reg]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,                   ,DeviceVxDs             ,0      ,Av11ab.sys
 HKR,                   ,EnumPropPages          ,0      ,"netdi.dll,EnumPropPages"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"
 HKR,NDI\Interfaces     ,DefUpper               ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,DefLower               ,0      ,"ethernet"
 HKR,NDIS               ,LogDriverName          ,0      ,Av11ab
 HKR,NDIS               ,MajorNdisVersion       ,1      ,03
 HKR,NDIS               ,MinorNdisVersion       ,1      ,0a
 HKR,                   ,aifs                   ,0      ,"2"
 HKR,                   ,cwmin                  ,0      ,"15"
 
[COMMON_NDIS_2k.reg]
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis5"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"
 HKR,NDI                ,Service                ,0      ,"AVAYA_NIC_SERVICE2"
 HKR,                   ,aifs                   ,0      ,"2"
 HKR,                   ,cwmin                  ,0      ,"15"

[COMMON.reg]

HKR, ,                                  sleepMode,                      0x00002, %sleepMode_DEFAULT%
HKR, Ndi\params\sleepMode,              ParamDesc,                      0,  %sleepMode%
HKR, Ndi\params\sleepMode,              Base,                           0,  "10"
HKR, Ndi\params\sleepMode,              default,                        0,  %sleepMode_DEFAULT%
HKR, Ndi\params\sleepMode,              type,                           0,  "enum"
HKR, Ndi\params\sleepMode\enum,         "0",                            0,  %sleepModeOff%
HKR, Ndi\params\sleepMode\enum,         "2",                            0,  %sleepModeNormal%
HKR, Ndi\params\sleepMode\enum,         "1",                            0,  %sleepModeMax%

HKR, ,                                  shortPreamble,                  0x00002, %shortPreamble_DEFAULT%
HKR, Ndi\params\shortPreamble,          ParamDesc,                      0,  %shortPreamble%
HKR, Ndi\params\shortPreamble,          Base,                           0,  "10"
HKR, Ndi\params\shortPreamble,          default,                        0,  %shortPreamble_DEFAULT%
HKR, Ndi\params\shortPreamble,          type,                           0,  "enum"
HKR, Ndi\params\shortPreamble\enum,     "1",                            0,  %shortPreambleEnable%
HKR, Ndi\params\shortPreamble\enum,     "0",                            0,  %shortPreambleDisable%

HKR, ,                                  radioEnable,                    0x00002, %radio_DEFAULT%
HKR, Ndi\params\radioEnable,            ParamDesc,                      0,  %radioEnable%
HKR, Ndi\params\radioEnable,            Base,                           0,  "10"
HKR, Ndi\params\radioEnable,            default,                        0,  %radio_DEFAULT%
HKR, Ndi\params\radioEnable,            type,                           0,  "enum"
HKR, Ndi\params\radioEnable\enum,       "1",                            0,  %radioEnableOn%
HKR, Ndi\params\radioEnable\enum,       "0",                            0,  %radioEnableOff%

     
HKR, ,                                  AwakeTimePerf,                  0x00002,  "200"
HKR, ,                                  beaconInterval,                 0x00002,  "100"
HKR, ,                                  bkScanEnable,                   0x00002,  "1"
HKR, ,                                  bssType,                        0x00002,  "1"
HKR, ,                                  ccode,                          0x00002,  "US"
HKR, ,                                  clist,                          0x00002,  ""
HKR, ,                                  defaultKey,                     0x00002,  "0"
HKR, ,                                  EncryptionAlg,                  0x00002,  "2"
HKR, ,                                  FragThreshold,                  0x00002,  "2346"
HKR, ,                                  HwTxRetries,                    0x00002,  "4"
HKR, ,                                  privacyInvoked,                 0x00002,  "0"
HKR, ,                                  QoS,                            0x00002,  "0"
HKR, ,                                  rateCtrlEnable,                 0x00002,  "1"
HKR, ,                                  RTSThreshold,                   0x00002,  "2346"
HKR, ,                                  scanType,                       0x00002,  "2"
HKR, ,                                  SwTxRetryScale,                 0x00002,  "6"
HKR, ,                                  SmeEnable,                      0x00002,  "1"
HKR, ,                                  gpioPinFunc0,                   0x00002,  "1"

 
;###############################################################################
[DestinationDirs]
;CopyFiles Section      = Destination Directory ID -- see layout.inf
;-----------------        ------------------------
 DefaultDestDir         = 11 ; Win9x=%windir%\system Win2k=%windir%\system32
 WLAN_Me.CopyFiles      = 11 ; Win9x=%windir%\system
 WLAN_9x.CopyFiles      = 11 ; Win9x=%windir%\system
 WLAN_9x.DelIniFiles    = 11 ; Win9x=%windir%\system
 WLAN_2k.CopyFiles      = 12 ; Win2k=%windir%\system32\drivers
 WLAN_2k.DelIniFiles    = 12 ; Win2k=%windir%\system32\drivers

[WLAN_Me.CopyFiles]
 Av11ab.sys,,,0x00000010   ; COPYFLG_NO_OVERWRITE
 
[WLAN_9x.CopyFiles]
 Av11ab.sys,,,0x00000004   ; COPYFLG_NOVERSIONCHECK
 
[WLAN_2k.CopyFiles]
 Av11ab.sys,,,0x00000004   ; COPYFLG_NOVERSIONCHECK

[WLAN_9x.DelIniFiles]
 Athnic.ini,,,1
 
[WLAN_2k.DelIniFiles]
 Athnic.ini,,,1

[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
;-------------------------------------------------------
 1                      = %DriverDiskName%,,,

[SourceDisksFiles]      ; Win9x
; filename_on_source = diskID[, [subdir][, size]]
;-------------------------------------------------------
 Av11ab.sys          = 1
 
[SourceDisksFiles.X86]  ; Win2k
 Av11ab.sys          = 1

;###############################################################################
[Strings]
 DriverDiskName             = "Avaya 802.11a/b Platinum Card Driver Disk"
 Vendor_String              = "Avaya Inc."
 LEX.DeviceDesc.CB22ab_A    = "Avaya 802.11a/b Platinum Card"
 Service.DispName           = "Avaya AS 802.11ab Platinum Card Service"
 
; (0x01=11A, 0x02=11A_TURBO, 0x04=11B, 0x08=11G)
 NetBand_DEF_STR_A          = "3"                       ; (A/T) 
 NetBand_DEF_STR_AB         = "7"                       ; (A/T/B)   
 NetBand_DEF_STR_G          = "12"                      ; (B/G)     
 NetBand_DEF_STR_AG         = "15"                      ; (A/T/B/G)
 
; (0=11B, 1=11A, 2=11A_TURBO, 3=11G)
 AdhocBand_DEF_STR_A        = "1"                       ; (A)
 AdhocBand_DEF_STR_AB       = "1"                       ; (A)
 AdhocBand_DEF_STR_G        = "0"                       ; (B)
 AdhocBand_DEF_STR_AG       = "0"                       ; (B)

; (0=Disable, 1=Maximum, 2=Normal) 
 sleepMode                  = "Power Save Mode"
 sleepModeOff               = "Off"
 sleepModeNormal            = "Normal"
 sleepModeMax               = "Maximum"
 sleepMode_DEFAULT          = "0"  
 
; (0=Long Preamble, 1=Long and Short) 
 shortPreamble               = "802.11b Preamble"
 shortPreambleEnable         = "Long and Short"
 shortPreambleDisable        = "Long only"
 shortPreamble_DEFAULT       = "1"

; (0=OFF, 1=ON)  
 radioEnable                 = "Radio On/Off"
 radioEnableOn               = "On"
 radioEnableOff              = "Off"
 radio_DEFAULT               = "1"

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: web3, load: 3.25