On Mon, Mar 23, 2009 at 5:40 PM, Luis R. Rodriguez <mcgrof@xxxxxxxxx> wrote: > On Mon, Mar 23, 2009 at 5:19 PM, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: >> This adds the AR9170 driver to compat-wireless. > > Thanks applied and new tarball regenerated. > > The patch commit log (which cannot be seen as the patch was attached) > only enables ar9170 for >= 2.6.28. If someone wants to get this on > 2.6.27 you'll just have to backport the routines which fail to > compile. Patches welcomed of course. I did some quick review on this. One of the routines I had heard fails on 2.6.27 is usb_poison_anchored_urbs. This was added via 6a2839b. This just adds the routine, the users are the drivers themselves. To poison a URB it makes use of the extends the struct usb_anchor, so directly porting it doesn't seem to make sense. Best bet seems to be just backporting to not poison and do a replacement call. Fun enough ar9170 is currently the only driver using this. Hm, not sure if a no-op would do it. Luis -- 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