zd1211rw uses usb_queue_reset_device() which is not backported now. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- config.mk | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/config.mk b/config.mk index d8712e8..9a206d9 100644 --- a/config.mk +++ b/config.mk @@ -387,8 +387,12 @@ CONFIG_EEPROM_93CX6=m # USB Drivers ifdef CONFIG_USB +ifndef CONFIG_COMPAT_KERNEL_29 CONFIG_ZD1211RW=m # CONFIG_ZD1211RW_DEBUG=y +else +CONFIG_ZD1211RW=n +endif #CONFIG_COMPAT_KERNEL_29 # Sorry, rndis_wlan uses cancel_work_sync which is new and can't be done in compat... -- 1.7.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