Re: svn commit: r283986 - head/sys/net80211

2015-06-10 Thread Adrian Chadd
I'd rather eventually split the file up into kernel and non-kernel bits. -a ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r283986 - head/sys/net80211

2015-06-10 Thread Gleb Smirnoff
Adrian, The patch was quite conservative, just to fix build. I think bigger part of ieee80211_freebsd.h should be hidden under _KERNEL? It could be that the entire file should. On Thu, Jun 04, 2015 at 08:04:38AM -0700, Adrian Chadd wrote: A> oops, sorry! Thanks Andrew! A> A> A> A> -a A> A

Re: svn commit: r283986 - head/sys/net80211

2015-06-04 Thread Adrian Chadd
oops, sorry! Thanks Andrew! -a On 4 June 2015 at 03:55, Andrew Turner wrote: > Author: andrew > Date: Thu Jun 4 10:55:36 2015 > New Revision: 283986 > URL: https://svnweb.freebsd.org/changeset/base/283986 > > Log: > Fix the build by hiding ieee80211_add_xmit_params and > ieee80211_get_xm

svn commit: r283986 - head/sys/net80211

2015-06-04 Thread Andrew Turner
Author: andrew Date: Thu Jun 4 10:55:36 2015 New Revision: 283986 URL: https://svnweb.freebsd.org/changeset/base/283986 Log: Fix the build by hiding ieee80211_add_xmit_params and ieee80211_get_xmit_params from userspace. Modified: head/sys/net80211/ieee80211_freebsd.h Modified: head/sys/n