override net80211's ic_node_alloc function to allocate a full
authordamien <damien@openbsd.org>
Wed, 27 Aug 2008 09:14:36 +0000 (09:14 +0000)
committerdamien <damien@openbsd.org>
Wed, 27 Aug 2008 09:14:36 +0000 (09:14 +0000)
commitdc3c88ddfe571857312641ac25ce879978344915
tree761897f71025c77d7ac07799a7016811ef45ca7f
parent171ac09a1c5a8329bb95af70d5ea1a14647fc337
override net80211's ic_node_alloc function to allocate a full
bwi_node structure (containing the rate control state).
because bwi(4) does not support HostAP or IBSS modes there is
no need to maintain a per-node rate control state, so we could
as well store it in bwi_softc but that will allow for future
improvements.

pointed out by Taylor R Campbell (campbell AT mumble DOT net)
on tech@
sys/dev/ic/bwi.c