History log of /netbsd-src/share/examples/rump/wirelessconf/wirelessconf.c (Results 1 – 3 of 3)
Revision Date Author Comments
# c2492298 03-Nov-2009 pooka <pooka@NetBSD.org>

* use rump_boot_sethowto()
* fail in a nicer way if interface device is not probed


# 8a435a04 14-Oct-2009 pooka <pooka@NetBSD.org>

WARNS + make compile


# 78869832 05-Oct-2009 pooka <pooka@NetBSD.org>

Add an example program which shows how to do "ifconfig rum0 up".
What makes this special is that the USB driver stack, the rum
driver, network subroutines and net80211 are running in userspace
in a r

Add an example program which shows how to do "ifconfig rum0 up".
What makes this special is that the USB driver stack, the rum
driver, network subroutines and net80211 are running in userspace
in a rump kernel instead of in the host kernel.

show more ...