This is based on a patch by Walter Goldens. RT2800PCI_RT35XX, RT2800PCI_RT53XX, RT2800USB_RT35XX and RT2800USB_RT53XX are still experimental and deactivated because of that. CC: Walter Goldens <goldenstranger@xxxxxxxxx> Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- v2: do not activate CONFIG_RT2800USB_RT53XX and CONFIG_RT2800PCI_RT53XX by default as they are not stable. config.mk | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 3411743..3c034c1 100644 --- a/config.mk +++ b/config.mk @@ -326,7 +326,7 @@ CONFIG_RT2400PCI=m CONFIG_RT2500PCI=m ifdef CONFIG_CRC_CCITT CONFIG_RT2800PCI=m -# CONFIG_RT2800PCI_RT33XX=y +CONFIG_RT2800PCI_RT33XX=y # CONFIG_RT2800PCI_RT35XX=y # CONFIG_RT2800PCI_RT53XX=y endif #CONFIG_CRC_CCITT @@ -451,8 +451,9 @@ CONFIG_ATH9K_HTC=m CONFIG_RT2500USB=m ifdef CONFIG_CRC_CCITT CONFIG_RT2800USB=m -# CONFIG_RT2800USB_RT33XX=y +CONFIG_RT2800USB_RT33XX=y # CONFIG_RT2800USB_RT35XX=y +# CONFIG_RT2800USB_RT53XX=y CONFIG_RT2800USB_UNKNOWN=y endif #CONFIG_CRC_CCITT CONFIG_RT2X00_LIB_USB=m -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html