fix scan on run(4)

2018-04-28 Thread Paul Irofti
Hi, Apparently we need to increase the scan count everytime, else we get no nodes in the list. Found the hardway on mpi's run(4). Is there any device that still needs that check? Paul diff --git sys/net80211/ieee80211_node.c sys/net80211/ieee80211_node.c index 70d6419e619..e10d1cab81d 100644 -

Re: fix scan on run(4)

2018-04-28 Thread Stefan Sperling
On Sat, Apr 28, 2018 at 02:38:43PM +0300, Paul Irofti wrote: > Hi, > > Apparently we need to increase the scan count everytime, else we get no > nodes in the list. > > Found the hardway on mpi's run(4). > > Is there any device that still needs that check? > > Paul This diff cannot be right sin

Re: fix scan on run(4)

2018-04-28 Thread Paul Irofti
> I cannot reproduce the problem; run(4) scans fine on my -current machine. Yes. Sorry about the noise. I was running an older kernel that did not include yesterday's diff.