To get ar9170 working on 2.6.27 we need to backport:
* usb_get_from_anchor()
* usb_poison_anchored_urbs()
* usb_unpoison_anchored_urbs()
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
CONFIG_AT76C50X_USB=m
# Activate AR9170 support only on kernel >= 2.6.29.
-# The needed USB poison feature was added in this kernel release.
+# You need to backport:
+# * usb_get_from_anchor()
+# * usb_poison_anchored_urbs()
+# * usb_unpoison_anchored_urbs()
ifeq ($(shell test $(KERNEL_SUBLEVEL) -ge 29 && echo yes),yes)
CONFIG_AR9170_USB=m
CONFIG_AR9170_LEDS=y