[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87k3pb6xyc.fsf@nemi.mork.no>
Date: Wed, 13 Mar 2013 17:55:55 +0100
From: Bjørn Mork <bjorn@...k.no>
To: Greg Suarez <gsuarez@...thmicro.com>
Cc: Alexey Orishko <alexey.orishko@...ricsson.com>,
linux-usb@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [RFC] net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibility
Bjørn Mork <bjorn@...k.no> writes:
> +#if IS_ENABLED(CONFIG_USB_NET_CDC_MBIM)
> +static bool prefer_mbim = true;
> +#else
> +static bool prefer_mbim;
> +#endif
> +module_param(prefer_mbim, bool, S_IRUGO | S_IWUSR);
> +MODULE_PARM_DESC(prefer_mbim, "Prefer MBIM on NCM/MBIM backwards compatible functions");
So, noone wanting to comment on this? I am not sure how to interpret
that. If I liked the solution myself I would just have taken it as an
unanimous ack, but I don't...
Please, if your gut feeling is that this is the most stupid thing you've
ever seen, then just say so. I can take it :)
Bjørn
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists