On Tue, Aug 3, 2010 at 12:23, Justin P. Mattock <justinmattock@xxxxxxxxx> wrote: > wait im lost.. looking at your patch looks the same(number wise) except I > see different parts of code in there: > > hostap_set_word(dev, HFA384X_RID_CNFROAMINGMODE, > HFA384X_ROAMING_FIRMWARE); > > - return 0; > + return ret; > > > > mine is: > > printk(KERN_DEBUG "SCANREQUEST failed\n"); > - ret = -EINVAL; > + return ret; > > > The tree Im using is Linus's tree. I'm using wireless-testing, and the line you're changing is #1692, I'm changing #1699. Thanks, -- Julian Calaby Email: julian.calaby@xxxxxxxxx .Plan: http://sites.google.com/site/juliancalaby/ -- 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