Add an example program which shows how to do "ifconfig rum0 up".
commit198d469048bdced31e50cd60ae73dd910b7066bf
authorAntti Kantee <pooka@NetBSD.org>
Mon, 5 Oct 2009 13:07:28 +0000 (5 13:07 +0000)
committerAntti Kantee <pooka@NetBSD.org>
Mon, 5 Oct 2009 13:07:28 +0000 (5 13:07 +0000)
tree8199e4e0f7ed920f5dac90122f9548cfff0cc6e0
parent1256892d53b1800df85680e2eb259999c3aa2e92
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.
share/examples/rump/wirelessconf/Makefile [new file with mode: 0644]
share/examples/rump/wirelessconf/wirelessconf.c [new file with mode: 0644]