ok mvs@
> On 9 Jul 2022, at 22:23, Alexander Bluhm wrote:
>
> Hi,
>
> ifm_status name is used twice in struct ifmediareq and ifmedia.
>
> net/if.h: uint64_tifm_status; /* media status */
> net/if_media.h: ifm_stat_cb_t ifm_status; /* media status driver
> callb
Hi,
ifm_status name is used twice in struct ifmediareq and ifmedia.
net/if.h: uint64_tifm_status; /* media status */
net/if_media.h: ifm_stat_cb_t ifm_status; /* media status driver callback
*/
Can we rename one of them? Makes reading the code and grepping
easie