aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-01 03:00:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-01 03:00:32 +0000
commit61ab116341edfb76f96c4d7e99335a2fe2ee1f17 (patch)
treeef776f232bc867e82e9f7b23d31c340c7261340a /package/madwifi/Config.in
parent9e14a5acc0eff73623789b56b5af954c4b990f66 (diff)
downloadmaster-187ad058-61ab116341edfb76f96c4d7e99335a2fe2ee1f17.tar.gz
master-187ad058-61ab116341edfb76f96c4d7e99335a2fe2ee1f17.tar.bz2
master-187ad058-61ab116341edfb76f96c4d7e99335a2fe2ee1f17.zip
madwifi: update to sam leffler's latest hal
fixes LED on wisoc fixes rx sensitivity issues improves throughput on all cards/devices enhances link stability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11314 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Config.in')
-rw-r--r--package/madwifi/Config.in81
1 files changed, 0 insertions, 81 deletions
diff --git a/package/madwifi/Config.in b/package/madwifi/Config.in
index d2bc4e0bb2..ab24a8e2f1 100644
--- a/package/madwifi/Config.in
+++ b/package/madwifi/Config.in
@@ -5,87 +5,6 @@ config MADWIFI_DEBUG
depends on EXPERIMENTAL
default n
-choice
- prompt "Bus selection"
- default MADWIFI_BUS_DEFAULT
- help
- This option controls how MadWifi communicates with the hardware.
-
-config MADWIFI_BUS_DEFAULT
- bool "Use default bus"
- help
- This makes MadWifi determine the needed bus based on the target
- hardware. This will generally work most of the time, but there are some
- cases where you need to override it.
-
-config MADWIFI_BUS_PCI
- bool "Use PCI bus"
- depends on PCI_SUPPORT
-
-config MADWIFI_BUS_AHB
- bool "Use AHB bus"
- depends on TARGET_atheros
-
-endchoice
-
-choice
- prompt "HAL selection"
- default MADWIFI_HAL_DEFAULT
- help
- This option controls how MadWifi communicates with the hardware.
-
-config MADWIFI_HAL_DEFAULT
- bool "Use default HAL"
- help
- This makes MadWifi determine the needed HAL based on the target
- hardware. This will generally work most of the time, but there are some
- cases where you need to override it.
-
-config MADWIFI_HAL_MIPS_BE_ELF
- bool "Use MIPS big endian ELF HAL"
- depends on mips
- depends on BIG_ENDIAN
-
-config MADWIFI_HAL_MIPS_LE_ELF
- bool "Use MIPS little endian ELF HAL"
- depends on mips
- depends on !BIG_ENDIAN
-
-config MADWIFI_HAL_I386_ELF
- bool "Use i386 ELF HAL"
- depends on TARGET_x86
-
-config MADWIFI_HAL_XSCALE_BE_ELF
- bool "Use XScale big endian ELF HAL"
- depends TARGET_ixp4xx
- depends on BIG_ENDIAN
-
-config MADWIFI_HAL_XSCALE_LE_ELF
- bool "Use XScale little endian ELF HAL"
- depends TARGET_iop32x
- depends on !BIG_ENDIAN
-
-config MADWIFI_HAL_ARMV4_LE_ELF
- bool "Use ARMV4 little endian ELF HAL"
- depends TARGET_storm
- depends on !BIG_ENDIAN
-
-config MADWIFI_HAL_AP30
- bool "Use AP30 HAL"
- depends on TARGET_atheros
-
-config MADWIFI_HAL_AP43
- bool "Use AP43 HAL"
- depends on TARGET_atheros
-
-config MADWIFI_HAL_AP51
- bool "Use AP51 HAL"
- depends on TARGET_atheros
-
-config MADWIFI_HAL_AP61
- bool "Use AP61 HAL"
- depends on TARGET_atheros
-
endchoice
choice