On authentication we don't need to create the node before calling
authorpatrick <patrick@openbsd.org>
Wed, 25 Jul 2018 20:37:11 +0000 (20:37 +0000)
committerpatrick <patrick@openbsd.org>
Wed, 25 Jul 2018 20:37:11 +0000 (20:37 +0000)
commit6605539c3b088541b289a46e414b42f0c7a73153
treeaf6ef993f81e9c0ba5c274bb20507a550fa5ec17
parentb8dd01e94ee995e30c016d5175bc3410af584364
On authentication we don't need to create the node before calling
the network stack since the stack will create the node for us if we
pass the ibss stack.  On assocation request the node already has to
exist, so we error out if we don't have a record of the node.  Fixes
hostap on 5 GHz channels, since now the node's channel is recorded
correctly.
sys/dev/ic/bwfm.c