Re: [PATCH net-next 04/11] wimax: fix duplicate initializer warning

2020-10-27 Thread Perez-Gonzalez, Inaky
> From: Arnd Bergmann > > Makes sense. I checked > https://en.wikipedia.org/wiki/List_of_WiMAX_networks, and it appears > that these entries are all stale, after everyone has migrated to LTE > or discontinued their service altogether. > > NetworkManager appears to have dropped userspace support

Re: [PATCH net-next 04/11] wimax: fix duplicate initializer warning

2020-10-27 Thread Arnd Bergmann
On Tue, Oct 27, 2020 at 8:22 AM Johannes Berg wrote: > > On Mon, 2020-10-26 at 22:29 +0100, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > gcc -Wextra points out multiple fields that use the same index '1' > > in the wimax_gnl_policy definition: > > > > net/wimax/stack.c:393:29: warning: in

Re: [PATCH net-next 04/11] wimax: fix duplicate initializer warning

2020-10-27 Thread Johannes Berg
On Mon, 2020-10-26 at 22:29 +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > gcc -Wextra points out multiple fields that use the same index '1' > in the wimax_gnl_policy definition: > > net/wimax/stack.c:393:29: warning: initialized field overwritten > [-Woverride-init] > net/wimax/stack.c