Re: [net-next 08/18] net: ieee802154: Add support for internal PAN management
From: Alexander Aring
Date: Tue Dec 28 2021 - 20:45:50 EST
Hi,
On Tue, 28 Dec 2021 at 17:22, Alexander Aring <alex.aring@xxxxxxxxx> wrote:
...
> That means as far I see you should move the most of those attributes
> to per wpan_dev instead of per cfg802154.
Sorry that's wrong.
I see now, that the result for a scan on every possible wpan_dev for a
specific wpan_phy should return the same result, that's why it belongs
to cfg802154 and this is correct (as a cfg802154 has a 1:1 mapping to
wpan_phy).
Same as in wireless...
- Alex