Re: [PATCH wpan-next v3 11/11] ieee802154: Give the user the association list

2023-09-19 Thread Miquel Raynal
Hello, >net/ieee802154/nl802154.c: In function 'nl802154_list_associations': > >> net/ieee802154/nl802154.c:1778:15: error: implicit declaration of function > >> 'nl802154_prepare_wpan_dev_dump' [-Werror=implicit-function-declaration] > 1778 | err = nl802154_prepare_wpan_dev_dum

Re: [PATCH wpan-next v2 02/11] ieee802154: Internal PAN management

2023-09-19 Thread Miquel Raynal
Hi Alexander, aahri...@redhat.com wrote on Mon, 18 Sep 2023 19:01:14 -0400: > Hi, > > On Mon, Sep 18, 2023 at 10:15 AM Miquel Raynal > wrote: > > > > Hi Alexander, > > > > > > > > > > > +// SPDX-License-Identifier: GPL-2.0 > > > > > > > +/* > > > > > > > + * IEEE 802.15.4 PAN management > > >