tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

GSoC report



Hi Martin,

I started on ath(4).  My idea so far was to convert the driver, as it
already exists, as straightforwardly as possible.  I disabled a lot of
functions/code and made the bare minimum changes till it compiled,
then progressively re-enabled stuff, adjusting as necessary and
incorporating some bits from FreeBSD.  That brought the driver to the
point where "ifconfig wlan0 list scan" works (wpa_supplicant doesn't).
There's still a lot of code I haven't really tried to understand.

https://github.com/Jonathan50/netbsd-src-gsoc/commit/0a3cbf40447651d20310bb59a7f335523078f888

The alternative would be to import an entirely new FreeBSD version of
ath (though it consists of more source files, in its own directory
dev/ath; not sure how best to map that onto NetBSD), or that could be
done in the future?  It probably has more overlap with athn(4) if that
matters.  So any advice on strategy would be appreciated.

Jeandre


Home | Main Index | Thread Index | Old Index