2 tristate "Intel Wireless WiFi 4965AGN"
3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
6 Select to build the driver supporting the:
8 Intel Wireless WiFi Link 4965AGN
10 This driver uses the kernel's mac80211 subsystem.
12 In order to use this driver, you will need a microcode (uCode)
13 image for it. You can obtain the microcode from:
15 <http://intellinuxwireless.org/>.
17 The microcode is typically installed in /lib/firmware. You can
18 look in the hotplug script /etc/hotplug/firmware.agent to
19 determine which directory FIRMWARE_DIR is set to when the script
22 If you want to compile the driver as a module ( = code which can be
23 inserted in and removed from the running kernel whenever you want),
24 say M here and read <file:Documentation/kbuild/modules.txt>. The
25 module will be called iwl4965.ko.
28 bool "Enable Wireless QoS in iwl4965 driver"
31 This option will enable wireless quality of service (QoS) for the
35 bool "Enable 802.11n HT features in iwl4965 driver"
36 depends on EXPERIMENTAL
37 depends on IWL4965 && IWL4965_QOS
39 This option enables IEEE 802.11n High Throughput features
40 for the iwl4965 driver.
42 config IWL4965_SPECTRUM_MEASUREMENT
43 bool "Enable Spectrum Measurement in iwl4965 driver"
46 This option will enable spectrum measurement for the iwl4965 driver.
48 config IWL4965_SENSITIVITY
49 bool "Enable Sensitivity Calibration in iwl4965 driver"
52 This option will enable sensitivity calibration for the iwl4965
56 bool "Enable full debugging output in iwl4965 driver"
59 This option will enable debug tracing output for the iwl4965
62 This will result in the kernel module being ~100k larger. You can
63 control which debug output is sent to the kernel log by setting the
66 /sys/bus/pci/drivers/${DRIVER}/debug_level
68 This entry will only exist if this option is enabled.
70 To set a value, simply echo an 8-byte hex value to the same file:
72 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
74 You can find the list of debug mask values in:
75 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
77 If this is your first time using this driver, you should say Y here
78 as the debug information can assist others in helping you resolve
79 any problems you may encounter.
82 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
83 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
86 Select to build the driver supporting the:
88 Intel PRO/Wireless 3945ABG/BG Network Connection
90 This driver uses the kernel's mac80211 subsystem.
92 In order to use this driver, you will need a microcode (uCode)
93 image for it. You can obtain the microcode from:
95 <http://intellinuxwireless.org/>.
97 The microcode is typically installed in /lib/firmware. You can
98 look in the hotplug script /etc/hotplug/firmware.agent to
99 determine which directory FIRMWARE_DIR is set to when the script
102 If you want to compile the driver as a module ( = code which can be
103 inserted in and removed from the running kernel whenever you want),
104 say M here and read <file:Documentation/kbuild/modules.txt>. The
105 module will be called iwl3945.ko.
108 bool "Enable Wireless QoS in iwl3945 driver"
111 This option will enable wireless quality of service (QoS) for the
114 config IWL3945_SPECTRUM_MEASUREMENT
115 bool "Enable Spectrum Measurement in iwl3945 drivers"
118 This option will enable spectrum measurement for the iwl3945 driver.
121 bool "Enable full debugging output in iwl3945 driver"
124 This option will enable debug tracing output for the iwl3945
127 This will result in the kernel module being ~100k larger. You can
128 control which debug output is sent to the kernel log by setting the
131 /sys/bus/pci/drivers/${DRIVER}/debug_level
133 This entry will only exist if this option is enabled.
135 To set a value, simply echo an 8-byte hex value to the same file:
137 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
139 You can find the list of debug mask values in:
140 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
142 If this is your first time using this driver, you should say Y here
143 as the debug information can assist others in helping you resolve
144 any problems you may encounter.