Hi Ola, On Tue, Oct 13, 2015 at 7:32 AM, Ola Olsson <ola1olsson@xxxxxxxxx> wrote: > Without having access to the source, it was > hard to know the format of vendor oui and sub > cmd. This commit fixes that. > > Signed-off-by: Ola Olsson <ola.olsson@xxxxxxxxxxxxxx> > --- > vendor.c | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > > diff --git a/vendor.c b/vendor.c > index d0b4f9e..86c03d1 100644 > --- a/vendor.c > +++ b/vendor.c > @@ -55,15 +55,19 @@ static int handle_vendor(struct nl80211_state *state, > FILE *file = NULL; > > if (argc < 3) > - return -EINVAL; > + return 1; You should probably explain why you're changing the return values in the commit message. Thanks, -- Julian Calaby Email: julian.calaby@xxxxxxxxx Profile: http://www.google.com/profiles/julian.calaby/ -- 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