tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: iwn 2
On Wed, Aug 17, 2011 at 04:52:24PM +0000, Christos Zoulas wrote:
> It allocates enough space because the 80211 code uses iwn_node_alloc to
> allocate ieee80211_nodes, so that is fine.
Ah - part 2 of Ken's reply...
static struct ieee80211_node *
iwn_node_alloc(struct ieee80211_node_table *ic __unused)
{
return malloc(sizeof (struct iwn_node), M_80211_NODE, M_NOWAIT | M_ZERO);
}
Thanks for the pointers!
Cheers,
Patrick
Home |
Main Index |
Thread Index |
Old Index