OSDN Git Service

[PATCH] bcm43xx: Fix Kconfig typo (transfer mode default)
authorMichael Buesch <mbuesch@freenet.de>
Mon, 20 Feb 2006 21:48:55 +0000 (22:48 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 16:18:38 +0000 (11:18 -0500)
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/bcm43xx/Kconfig

index 1d677c1..4184656 100644 (file)
@@ -23,7 +23,7 @@ config BCM43XX_PIO
 choice
        prompt "BCM43xx data transfer mode"
        depends on BCM43XX
-       default BCM43XX_DMA_AND_PIO
+       default BCM43XX_DMA_AND_PIO_MODE
 
 config BCM43XX_DMA_AND_PIO_MODE
        bool "DMA + PIO"