In IBSS mode, stop calling the driver's newassoc() each time a probe
authorstsp <stsp@openbsd.org>
Tue, 13 Jan 2015 23:16:59 +0000 (23:16 +0000)
committerstsp <stsp@openbsd.org>
Tue, 13 Jan 2015 23:16:59 +0000 (23:16 +0000)
commit9f0d6530b5ddda39865a032adf7fa403c5cc6d2b
tree4f6dbb1676395e6b3b147db08f44b338ac9af644
parentc5921aad51ca8f387c3147a2dc20e12427d87050
In IBSS mode, stop calling the driver's newassoc() each time a probe
response is received from a node. Only call it once when the node is
initially discovered, as used to be the case before r1.4 of this file.
Asking the driver to set up its per-node private state once is enough.
Also remove an outdated comment.
ok sthen deraadt jsg
sys/net80211/ieee80211_input.c