On Fri, Aug 03, 2018 at 01:00:57PM +0800, Michael W. Bombardieri wrote:
>
> Hello,
>
> When reading over the mue(4) code I noticed that memset() can be used
> for clearing hashtbl. Also the switch case for IFM_100_TX was the same
> code as for IFM_1000_T so it can be rolled into one.
Committed,
Hello,
When reading over the mue(4) code I noticed that memset() can be used
for clearing hashtbl. Also the switch case for IFM_100_TX was the same
code as for IFM_1000_T so it can be rolled into one.
- Michael
Index: if_mue.c
===