Re: rename ifm_status in struct ifmedia

2022-07-09 Thread Vitaliy Makkoveev
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

rename ifm_status in struct ifmedia

2022-07-09 Thread Alexander Bluhm
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