Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89924
b: refs/heads/master
c: 19ae3a6
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Drake authored and John W. Linville committed Feb 29, 2008
1 parent f0e71a7 commit 5b59c49
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5200e8cdf26e32d15f7a125fd75310150f9b2812
refs/heads/master: 19ae3a6a96859c0e64d9dd5d35515a6f23a9cad8
26 changes: 16 additions & 10 deletions trunk/drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,15 @@ config IPW2100
configure your card:

<http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.

It is recommended that you compile this driver as a module (M)
rather than built-in (Y). This driver requires firmware at device
initialization time, and when built-in this typically happens
before the filesystem is accessible (hence firmware will be
unavailable and initialization will fail). If you do choose to build
this driver into your kernel image, you can avoid this problem by
including the firmware and a firmware loader in an initramfs.

If you want to compile the driver as a module ( = code which can be
inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/kbuild/modules.txt>.
The module will be called ipw2100.ko.

config IPW2100_MONITOR
bool "Enable promiscuous mode"
depends on IPW2100
Expand Down Expand Up @@ -201,11 +204,14 @@ config IPW2200
configure your card:

<http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.

If you want to compile the driver as a module ( = code which can be
inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/kbuild/modules.txt>.
The module will be called ipw2200.ko.

It is recommended that you compile this driver as a module (M)
rather than built-in (Y). This driver requires firmware at device
initialization time, and when built-in this typically happens
before the filesystem is accessible (hence firmware will be
unavailable and initialization will fail). If you do choose to build
this driver into your kernel image, you can avoid this problem by
including the firmware and a firmware loader in an initramfs.

config IPW2200_MONITOR
bool "Enable promiscuous mode"
Expand Down

0 comments on commit 5b59c49

Please sign in to comment.