Hi,
On Wed, Aug 06, 2014 at 01:37:54PM +0200, Alexander Aring wrote:
> >
> > +enum modules { MRF24J40, MRF24J40MA, MRF24J40MC };
> > +
and maybe we should add a MRF24J40 prefix to the name of this enum to
avoid naming conflicts. Don't know if there is another enum which is
named modules, but th
Hi,
On Wed, Aug 06, 2014 at 11:13:36AM +0100, Simon Vincent wrote:
> The MRF24J40MC module has an external amplifier which should be enabled.
>
> Signed-off-by: Simon Vincent
> ---
> drivers/net/ieee802154/mrf24j40.c | 40
> +--
> 1 file changed, 38 insertio