diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:31:56 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:31:56 -0500 |
commit | d779188d2baf436e67fe8816fca2ef53d246900f (patch) | |
tree | 9bac75842a5611172860feec3c4019ff874a2b89 /drivers/net/wireless/ipw2100.h | |
parent | f61ea1b0c825a20a1826bb43a226387091934586 (diff) | |
parent | ac67c6247361b3b8644b34e5301a46d5069c1373 (diff) |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
Diffstat (limited to 'drivers/net/wireless/ipw2100.h')
-rw-r--r-- | drivers/net/wireless/ipw2100.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2100.h b/drivers/net/wireless/ipw2100.h index 7c65b10bb164..f6c51441fa87 100644 --- a/drivers/net/wireless/ipw2100.h +++ b/drivers/net/wireless/ipw2100.h | |||
@@ -73,7 +73,7 @@ struct ipw2100_rx_packet; | |||
73 | * you simply need to add your entry to the ipw2100_debug_levels array. | 73 | * you simply need to add your entry to the ipw2100_debug_levels array. |
74 | * | 74 | * |
75 | * If you do not see debug_level in /proc/net/ipw2100 then you do not have | 75 | * If you do not see debug_level in /proc/net/ipw2100 then you do not have |
76 | * CONFIG_IPW_DEBUG defined in your kernel configuration | 76 | * CONFIG_IPW2100_DEBUG defined in your kernel configuration |
77 | * | 77 | * |
78 | */ | 78 | */ |
79 | 79 | ||