All of lore.kernel.org
 help / color / mirror / Atom feed
From: John W. Linville <linville@tuxdriver.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [Announce] open ath9k_htc firmware
Date: Mon, 11 Mar 2013 09:44:14 -0400	[thread overview]
Message-ID: <20130311134414.GA13275@tuxdriver.com> (raw)
In-Reply-To: <CAB=NE6WwQDfx+H4zV2niLDaZ0vGAahEF5jg1WS+NU7YhTZ9rQw@mail.gmail.com>

Awesome news!  Many thanks to Adrian, Luis, and all the others they
have credited with helping this along!

John

On Fri, Mar 08, 2013 at 03:46:38PM -0800, Luis R. Rodriguez wrote:
> Many thanks to Adrian for his hard work on all this and to everyone
> else who volunteered to help make this happen, including the
> understanding by our management at QCA and even Tensilica requires
> some handsome applause for their commitment, understanding on letting
> us get this out. We now have a public mailing list for development:
> 
> http://lists.infradead.org/mailman/listinfo/ath9k_htc_fw
> 
> Full steam ahead!
> 
>   Luis
> 
> On Fri, Mar 8, 2013 at 3:32 PM, Adrian Chadd <adrian@freebsd.org> wrote:
> > Hi,
> >
> > I hate fanfare.
> >
> > You can all thank Luis Rodriguez for his ridiculously long and hard
> > fighting to get this stuff pushed through the grinder to make this
> > happen.
> >
> > There's also been a hard working team of developers behind the scene -
> > Felix Fietkau, Eugene Krasnikov, Sujith Manoharan, and the team from
> > Cozybit. They've been working hard to get the codebase converted over
> > to using the open source tensilica toolchain and finding/fixing up any
> > silly issues that may creep up from that.
> >
> > I've just been involved in shepharding this stuff into a sensible
> > shape and pushing it through the final stage (legal review) before
> > publication.
> >
> > You can find it here:
> >
> > https://github.com/qca/open-ath9k-htc-firmware
> >
> > There's a bunch of sorely needed work to do in the short term:
> >
> > * felix has a replacement cmake build system that I'd like to now integrate;
> > * there's lots of build warnings which need to be removed (and then
> > build this thing using -Wall -Werror);
> > * some general code cleanup and documentation wouldn't be rejected -
> > but I don't really want any sweeping code changes to go in until we've
> > tidied up the build warnings and validated that the image(s) work
> > right.
> >
> > I plan on doing some test builds shortly. I plan on bumping the
> > firmware to 1.4 once felix's cmake system is in place and people have
> > validated that this work.s
> >
> > Thanks,
> >
> >
> >
> > Adrian
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> > the body of a message to majordomo at vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville at tuxdriver.com			might be all we have.  Be ready.

WARNING: multiple messages have this Message-ID (diff)
From: "John W. Linville" <linville@tuxdriver.com>
To: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
Cc: Adrian Chadd <adrian@freebsd.org>,
	linux-wireless@vger.kernel.org,
	ath9k-devel <ath9k-devel@venema.h4ckr.net>,
	ath9k_htc_fw@lists.infradead.org, Chris Zankel <chris@zankel.net>,
	linux-kernel@vger.kernel.org, Marc Gauthier <marc@tensilica.com>,
	lwn@lwn.net
Subject: Re: [Announce] open ath9k_htc firmware
Date: Mon, 11 Mar 2013 09:44:14 -0400	[thread overview]
Message-ID: <20130311134414.GA13275@tuxdriver.com> (raw)
In-Reply-To: <CAB=NE6WwQDfx+H4zV2niLDaZ0vGAahEF5jg1WS+NU7YhTZ9rQw@mail.gmail.com>

Awesome news!  Many thanks to Adrian, Luis, and all the others they
have credited with helping this along!

John

On Fri, Mar 08, 2013 at 03:46:38PM -0800, Luis R. Rodriguez wrote:
> Many thanks to Adrian for his hard work on all this and to everyone
> else who volunteered to help make this happen, including the
> understanding by our management at QCA and even Tensilica requires
> some handsome applause for their commitment, understanding on letting
> us get this out. We now have a public mailing list for development:
> 
> http://lists.infradead.org/mailman/listinfo/ath9k_htc_fw
> 
> Full steam ahead!
> 
>   Luis
> 
> On Fri, Mar 8, 2013 at 3:32 PM, Adrian Chadd <adrian@freebsd.org> wrote:
> > Hi,
> >
> > I hate fanfare.
> >
> > You can all thank Luis Rodriguez for his ridiculously long and hard
> > fighting to get this stuff pushed through the grinder to make this
> > happen.
> >
> > There's also been a hard working team of developers behind the scene -
> > Felix Fietkau, Eugene Krasnikov, Sujith Manoharan, and the team from
> > Cozybit. They've been working hard to get the codebase converted over
> > to using the open source tensilica toolchain and finding/fixing up any
> > silly issues that may creep up from that.
> >
> > I've just been involved in shepharding this stuff into a sensible
> > shape and pushing it through the final stage (legal review) before
> > publication.
> >
> > You can find it here:
> >
> > https://github.com/qca/open-ath9k-htc-firmware
> >
> > There's a bunch of sorely needed work to do in the short term:
> >
> > * felix has a replacement cmake build system that I'd like to now integrate;
> > * there's lots of build warnings which need to be removed (and then
> > build this thing using -Wall -Werror);
> > * some general code cleanup and documentation wouldn't be rejected -
> > but I don't really want any sweeping code changes to go in until we've
> > tidied up the build warnings and validated that the image(s) work
> > right.
> >
> > I plan on doing some test builds shortly. I plan on bumping the
> > firmware to 1.4 once felix's cmake system is in place and people have
> > validated that this work.s
> >
> > Thanks,
> >
> >
> >
> > Adrian
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

  parent reply	other threads:[~2013-03-11 13:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-08 23:46 [ath9k-devel] [Announce] open ath9k_htc firmware Luis R. Rodriguez
2013-03-08 23:46 ` Luis R. Rodriguez
2013-03-08 23:46 ` Luis R. Rodriguez
2013-03-09  9:04 ` [ath9k-devel] " Oleksij Rempel
2013-03-11 13:44 ` John W. Linville [this message]
2013-03-11 13:44   ` John W. Linville

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130311134414.GA13275@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=ath9k-devel@lists.ath9k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.