From: <bryan.whiteh...@microchip.com>
Date: Tue, 9 Feb 2016 20:40:30 +0000

> +#ifdef USE_PHY_WORK_AROUND
> +#define MIN_PACKET_SIZE (64)
> +     char loopback_tx_pkt[MIN_PACKET_SIZE];
> +     char loopback_rx_pkt[MIN_PACKET_SIZE];
> +     unsigned int resetcount;
> +#endif
 ...
> +#define USE_PHY_WORK_AROUND

If you're going to unconditionally define this, and not provide a Kconfig
mechanism to change it, just get rid of this and the CPP tests upon it.

Thanks.

Reply via email to