Date: Sat, 26 Oct 2013 10:56:53 +0200 From: cg@cgross.info To: Matthias Petermann <matthias@petermann-it.de> Cc: freebsd-wireless@freebsd.org, freebsd-drivers@freebsd.org, freebsd-current@freebsd.org Subject: Re: Centrino Wireless N2230 support Message-ID: <3f4c1e2627b7da9b271b55f10ad9f7e5@cgross.info> In-Reply-To: <526A5EBD.0@petermann-it.de> References: <20130913112427.Horde.Lr2e32AbzvcQIrrWuDh-dg1@d2ux.org> <001e01ceb064$80168220$80438660$@info> <526A5EBD.0@petermann-it.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Matthias, Le 2013-10-25 14:06, Matthias Petermann a écrit : > Hi Cedric, > > Am 13.09.2013 11:34, schrieb Cedric GROSS: > >> Not against 10-current. But if you wish, you could test with my version on github https://github.com/KreizIT/FreeBSD-IWN [1] Use LKGV branch, should be running with 10-current. Cedric > > finally I had a chance to test the driver. I installed a fresh 9.2 > relase and placed the files from https://github.com/KreizIT/FreeBSD-IWN [1] > into my /usr/src/sys and tried to make sys/modules/iwn (cd > /usr/src/sys/modules/iwn;make) > > Unfortunality it doesn't build, instead giving this message: > > /usr/src/sys/modules/iwn/../../dev/iwn/if_iwn.c:2254: warning: implicit > declaration of function 'ieee80211_legacy_rate_lookup' > [...] > The closest issue seems to be "struct ieee80211_tx_ampdu' has no member > named 'txa_tid' but I cannot see what's wrong with it. > > As I get the similiar error when trying to build > https://github.com/KreizIT/freebsd-iwl [2] - is there anything wrong with my > build process? > > Kind regards, > Matthias You must get and build net80211 from -HEAD also. It's why you have this kind of compile error. Cedric Links: ------ [1] https://github.com/KreizIT/FreeBSD-IWN [2] https://github.com/KreizIT/freebsd-iwl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3f4c1e2627b7da9b271b55f10ad9f7e5>