Em 09-05-2011 11:15, Steve Kerrison escreveu:
> Hi Andreas,
>
>> I'd prefer returning -EINVAL for unsupported parameters.
>>
>> [snip]
>>
>> I already had a patch for this, but forgot to submit it together with
>> the frontend.h bits.
>
> That seems reasonable. Do I need to do anything with this?
Hi Andreas,
> I'd prefer returning -EINVAL for unsupported parameters.
>
> [snip]
>
> I already had a patch for this, but forgot to submit it together with
> the frontend.h bits.
That seems reasonable. Do I need to do anything with this? I'm happy for
Mauro to scrub my drxd and mxl patches and u
On 05/08/2011 09:17 PM, Steve Kerrison wrote:
> Additional bandwidth modes have been added in frontend.h
> drxd_hard.c had no default case so the compiler was warning about
> a non-exhausive switch statement.
>
> This has been fixed by making the default behaviour the same as
> BANDWIDTH_AUTO, wit
Additional bandwidth modes have been added in frontend.h
drxd_hard.c had no default case so the compiler was warning about
a non-exhausive switch statement.
This has been fixed by making the default behaviour the same as
BANDWIDTH_AUTO, with the addition of a printk to notify if this
ever happens.