WLANCRNV64.inf Driver File Contents (LW302_driv_2k_XP_Vista.zip)

;***********************************************************************;
; WLANCRNV64.INF
;
;   This installation script supports Windows vista64 for the
;   Wireless LAN Adapters.
;
;   Copyright (c) 2007.
;   All Rights Reserved.
;
;***********************************************************************

[Version]
Signature  	= "$Windows NT$"
Class       	= Net
ClassGUID   	= {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    	= %DRIVER_PROVIDER%
LoutFiles   	= layout.inf
DriverVer   	= 08/23/2007,2.00.00.0000
CatalogFile.NT	= WLANCRNV64.cat

[Manufacturer]
%DEVICE_MANUFACTURER%  = DeviceList,NTamd64.6.0

;[ControlFlags]
;ExcludeFromSelect = *

[DeviceList.NTamd64.6.0]
%WLAN_PCIE_DESC_STR%    =         WLAN_PCIE1,             PCI\VEN_1814&DEV_0601

;*********************************************************************
;   Microsoft Windows Vista32 section
;*********************************************************************

[WLAN_PCIE1]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5
AddReg          = WLAN_PCIE1_VS,WLAN.ndi.reg.NT, WLAN_RegParams
CopyFiles       = WLAN_DRIVER.copy.NT
*IfType         = 71        ; IF_TYPE_IEEE80211
*MediaType      = 16        ; NdisMediumNative802_11
*PhysicalMediaType = 9      ; NdisPhysicalMediumNative802_11

[WLAN_PCIE1_VS]
 HKR,,           VendorDesc,       0,%WLAN_PCIE_DESC_STR%

[WLAN_PCIE1.Services]
AddService      = "LW302V64", 2, WLAN_DRIVER.Service, WLAN_DRIVER.EventLog

;***************************************************************************
[WLAN.ndi.reg.NT]
HKR, Ndi,             Service,      0, "LW302V64"
HKR, Ndi\Interfaces,  UpperRange,   0, "ndis5"
HKR, Ndi\Interfaces,  LowerRange,   0, "wlan,ethernet"

[WLAN_DRIVER.Service]
DisplayName     = %WLAN_SERVICE_DISPLAY%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\WLANCRN.sys
LoadOrderGroup  = NDIS

[WLAN_DRIVER.EventLog]
AddReg = WLAN_DRIVER.EventLog.reg

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

;===========================Common===================================================================

[WLAN_RegParams]

;
; WirelessMode
;
HKR, ,                            WirelessMode,    0, "3"

;
; Channel
;
HKR, ,                            Channel,         0, %CHANNEL%
HKR, Default,                     Channel,         0, %CHANNEL%

;
; Radio On/Off
;
HKR, ,                            Radio,           0, "0"
HKR, NDI\params\Radio,            ParamDesc,       0, "Radio On/Off"
HKR, NDI\params\Radio,            type,            0, "enum"
HKR, NDI\params\Radio,            default,         0, "0"
HKR, NDI\params\Radio\enum,       1,               0, "Disable"
HKR, NDI\params\Radio\enum,       0,               0, "Enable"

;
; WMMCapable
;
HKR, ,                            WMMCapable,      0, "1"
HKR, NDI\params\WMMCapable,             ParamDesc, 0, "WMM Capable"
HKR, NDI\params\WMMCapable,             type,      0, "enum"
HKR, NDI\params\WMMCapable,             default,   0, "1"
HKR, NDI\params\WMMCapable\enum,        0,         0, "Disable"
HKR, NDI\params\WMMCapable\enum,        1,         0, "Enable"

;
; HTCapable
;
HKR, ,                            HTCapable,      0, "1"
HKR, NDI\params\HTCapable,             ParamDesc, 0, "HT Capable"
HKR, NDI\params\HTCapable,             type,      0, "enum"
HKR, NDI\params\HTCapable,             default,   0, "1"
HKR, NDI\params\HTCapable\enum,        0,         0, "Disable"
HKR, NDI\params\HTCapable\enum,        1,         0, "Enable"

;
; FrameAggregation
;
HKR, ,                            FrameAggregation,0, "0"
HKR, NDI\params\FrameAggregation,       ParamDesc, 0, "Frame Aggregation"
HKR, NDI\params\FrameAggregation,       type,      0, "enum"
HKR, NDI\params\FrameAggregation,       default,   0, "0"
HKR, NDI\params\FrameAggregation\enum,  0,         0, "Disable"
HKR, NDI\params\FrameAggregation\enum,  1,         0, "Enable"

;
; OpMode
;
HKR, ,                            OpMode,          0, "0"

;
; Use Short Slot Time
;
HKR, ,                            ShortSlot,       0, "1"

;
; Block ACK settings
;
HKR, ,                            BACapability,      0x10001, "0x07034040"
HKR, Default,                     BACapability,      0x10001, "0x07034040"

;
; Transmit Rate setting
;
HKR, ,                            TransmitSetting,      0x10001, "0x2BA15"
HKR, Default,                     TransmitSetting,      0x10001, "0x2BA15"


;###############################################################################
[DestinationDirs]
;CopyFiles Section      = Destination Directory ID -- see layout.inf
;-----------------        ------------------------
 WLAN_DRIVER.copy.NT	= 12 ; %windir%\system32\drivers
 
[WLAN_DRIVER.copy.NT]
 WLANCRN.sys,WLANCRNV64.sys,,2

[SourceDisksNames]
;Source Disk ID         = Disk Name
;--------------           ---------
 1                      = %INSTALL_DISK_STR%,,,
 
[SourceDisksFiles]
;File Name              = Source Disk ID
;---------                --------------
 WLANCRNV64.sys		= 1
 
;###############################################################################
[Strings]
DRIVER_PROVIDER			= "Sweex Europe BV"
DEVICE_MANUFACTURER		= "Sweex Europe BV"

WLAN_SERVICE_DISPLAY		= "Sweex 802.11n XN990 Driver(vista)"

INSTALL_DISK_STR		= "Sweex Wireless LAN PCI Card"

WLAN_PCIE_DESC_STR             	= "Sweex Wireless LAN PCI Card 300 Mbps 802.11n"
CHANNEL                     = "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: web1, load: 0.78