OK, got it working. Pulled the kernel sources direct from cvs without pre-loading and it compiled.
Haven't had time for a proper test, but there are a couple of points. Hardware MAC AR5416 rev 2, RF AR2133 (3T2R), ROM rev 5 (PCI adapter) Blackberry Priv - connects between 100 and 130M at 2.4GHz 802.11n , throughput not tested yet FreeBSD - iwn4965. Connects at 11ng, but if you start in 11g mode, change the hostap to 11n, then reassociate the client it uses 11b. May be a FreeBSD issue..? Vista - same machine, connects at 130Mb. Throughput testing, more machines later. Basic connectivity is working. On 11 January 2017 at 23:28, Peter Kay <syllops...@syllopsium.co.uk> wrote: > On 11 January 2017 at 22:05, Stefan Sperling <s...@stsp.name> wrote: > >> >> You haven't updated all of src/sys. > > I'm obviously being really dumb, but what is wrong with > cd /usr > tar zxf sys.tar.gz (from 6.0) > cvs -qd anon...@anoncvs.au.openbsd.org:/cvs update -dP sys > cd sys > patch -p0 < /path/to/wlan.diff > cd arch/i386/conf > config GENERIC > cd ../compile/GENERIC > make > > ? I see reference in current.html to > make obj (this does not work (don't know how to make obj). > > Note : I am building this as root, because it's a VM (firewall is too > slow to build) and building releases is all it is doing