public inbox for ecos-maintainers@sourceware.org
 help / color / mirror / Atom feed
* Porting linux driver to ecos
@ 2005-04-21 12:10 Jack Sun
  2005-04-21 12:16 ` Andrew Lunn
  2005-04-21 21:38 ` Jonathan Larmour
  0 siblings, 2 replies; 3+ messages in thread
From: Jack Sun @ 2005-04-21 12:10 UTC (permalink / raw)
  To: ecos-maintainers

Hi,

I would like to port the wireless driver source code from linux to
ecos on my platform.
Is it easy to do and what I need to take care in your experience?

Thanks,

Jack

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Porting linux driver to ecos
  2005-04-21 12:10 Porting linux driver to ecos Jack Sun
@ 2005-04-21 12:16 ` Andrew Lunn
  2005-04-21 21:38 ` Jonathan Larmour
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2005-04-21 12:16 UTC (permalink / raw)
  To: Jack Sun; +Cc: ecos-maintainers

On Thu, Apr 21, 2005 at 08:10:11PM +0800, Jack Sun wrote:
> Hi,
> 
> I would like to port the wireless driver source code from linux to
> ecos on my platform.
> Is it easy to do and what I need to take care in your experience?

Before you start you need to consider the licensing issue. Linux is
GPL. eCos is modGPL. The modification means that the viral effects of
the GPL do not spread to the application code. However if you port the
GPL wireless driver into eCos, the GPL from the driver will spread
over all of eCos and to the application. ie you need to make your
application sources available. You need to decide if this is
acceptable to you. 

We won't be able to accept your code into the eCos repository
obviously because it is GPL.

Also, you might consider talking a look at the FreeBSD wlan
drivers. They will probably have both a more suitable licence and will
be easier to port since the TCP/IP stack in eCos is from FreeBSD.

   Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Porting linux driver to ecos
  2005-04-21 12:10 Porting linux driver to ecos Jack Sun
  2005-04-21 12:16 ` Andrew Lunn
@ 2005-04-21 21:38 ` Jonathan Larmour
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Larmour @ 2005-04-21 21:38 UTC (permalink / raw)
  To: Jack Sun; +Cc: ecos-maintainers

Jack Sun wrote:
> Hi,
> 
> I would like to port the wireless driver source code from linux to
> ecos on my platform.
> Is it easy to do

Probably very difficult indeed.

> and what I need to take care in your experience?

If you were to start anywhere, I'd suggest updating the FreeBSD stack port 
to the latest version, which would allow you to incorporate the FreeBSD 
stack's wireless support. Unfortunately the stack update is required as (if 
I recall correctly) the code is not standalone but depends on other changes 
that have taken place in the network stack.

Jifl
-- 
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-21 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-21 12:10 Porting linux driver to ecos Jack Sun
2005-04-21 12:16 ` Andrew Lunn
2005-04-21 21:38 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).