Re: Understanding ic_node_alloc method

2022-07-20 Thread Martin Husemann
On Wed, Jul 20, 2022 at 12:11:45PM -0400, Farhan Khan wrote: > After looking through a few examples, I see that there is a "struct > DRIVERNAME_node" that gets allocated. The first member of this struct > must be a "struct ieee80211_node ni". Then the function either returns > the allocated DRIVER

Understanding ic_node_alloc method

2022-07-20 Thread Farhan Khan
Hi all, I am trying to understand the purpose of ic->ic_node_alloc and it is not clear to me what its purpose is. After looking through a few examples, I see that there is a "struct DRIVERNAME_node" that gets allocated. The first member of this struct must be a "struct ieee80211_node ni". Then