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 See <file:Documentation/networking/README.iwlwifi> for
13 information on the capabilities currently enabled in this
14 driver and for tips for debugging any issues or problems.
16 In order to use this driver, you will need a microcode (uCode)
17 image for it. You can obtain the microcode from:
19 <http://intellinuxwireless.org/>.
21 See the above referenced README.iwlwifi for information on where
22 to install the microcode images.
24 If you want to compile the driver as a module ( = code which can be
25 inserted in and remvoed from the running kernel whenever you want),
26 say M here and read <file:Documentation/kbuild/modules.txt>. The
27 module will be called iwl4965.ko.
30 bool "Enable Wireless QoS in iwl4965 driver"
33 This option will enable wireless quality of service (QoS) for the
36 config IWL4965_SPECTRUM_MEASUREMENT
37 bool "Enable Spectrum Measurement in iw4965 driver"
40 This option will enable spectrum measurement for the iwl4965 driver.
42 config IWL4965_SENSITIVITY
43 bool "Enable Sensitivity Calibration in iwl4965 driver"
46 This option will enable sensitivity calibration for the iwl4965
50 bool "Enable 802.11n HT features in iwl4965 driver"
51 depends on EXPERIMENTAL
52 depends on IWL4965 && MAC80211_HT
54 This option enables IEEE 802.11n High Throughput features
55 for the iwl4965 driver.
58 bool "Enable full debugging output in iwl4965 driver"
61 This option will enable debug tracing output for the iwl4965
64 This will result in the kernel module being ~100k larger. You can
65 control which debug output is sent to the kernel log by setting the
68 /sys/bus/pci/drivers/${DRIVER}/debug_level
70 This entry will only exist if this option is enabled.
72 To set a value, simply echo an 8-byte hex value to the same file:
74 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
76 You can find the list of debug mask values in:
77 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
79 If this is your first time using this driver, you should say Y here
80 as the debug information can assist others in helping you resolve
81 any problems you may encounter.
84 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
85 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
88 Select to build the driver supporting the:
90 Intel PRO/Wireless 3945ABG/BG Network Connection
92 This driver uses the kernel's mac80211 subsystem.
94 See <file:Documentation/networking/README.iwlwifi> for
95 information on the capabilities currently enabled in this
96 driver and for tips for debugging any issues or problems.
98 In order to use this driver, you will need a microcode (uCode)
99 image for it. You can obtain the microcode from:
101 <http://intellinuxwireless.org/>.
103 See the above referenced README.iwlwifi for information on where
104 to install the microcode images.
106 If you want to compile the driver as a module ( = code which can be
107 inserted in and remvoed from the running kernel whenever you want),
108 say M here and read <file:Documentation/kbuild/modules.txt>. The
109 module will be called iwl3945.ko.
112 bool "Enable Wireless QoS in iwl3945 driver"
115 This option will enable wireless quality of service (QoS) for the
118 config IWL3945_SPECTRUM_MEASUREMENT
119 bool "Enable Spectrum Measurement in iwl3945 drivers"
122 This option will enable spectrum measurement for the iwl3945 driver.
125 bool "Enable full debugging output in iwl3945 driver"
128 This option will enable debug tracing output for the iwl3945
131 This will result in the kernel module being ~100k larger. You can
132 control which debug output is sent to the kernel log by setting the
135 /sys/bus/pci/drivers/${DRIVER}/debug_level
137 This entry will only exist if this option is enabled.
139 To set a value, simply echo an 8-byte hex value to the same file:
141 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
143 You can find the list of debug mask values in:
144 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
146 If this is your first time using this driver, you should say Y here
147 as the debug information can assist others in helping you resolve
148 any problems you may encounter.