From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755132AbYDASiI (ORCPT ); Tue, 1 Apr 2008 14:38:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753516AbYDAShw (ORCPT ); Tue, 1 Apr 2008 14:37:52 -0400 Received: from mga07.intel.com ([143.182.124.22]:5877 "EHLO azsmga101.ch.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752672AbYDAShv (ORCPT ); Tue, 1 Apr 2008 14:37:51 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.25,588,1199692800"; d="scan'208";a="226052880" From: Inaky Perez-Gonzalez Organization: Intel Corporation To: Stephen Hemminger Subject: Re: [ANN] WiMAX stack and drivers for Intel WiMAX Link 5050 Date: Tue, 1 Apr 2008 11:33:02 -0700 User-Agent: KMail/1.9.9 Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org References: <200804011107.38563.inaky@linux.intel.com> <20080401111802.65fe259f@extreme> In-Reply-To: <20080401111802.65fe259f@extreme> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804011133.03333.inaky@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 01 April 2008, Stephen Hemminger wrote: > On Tue, 1 Apr 2008 11:07:37 -0700 > Inaky Perez-Gonzalez wrote: > > > > > Intel would like to announce the initial release of a Linux WiMAX > > common stack and drivers for its WiMAX devices (eg: Intel(r) > > WiMAX/WiFi Link 5050, with estimated availability around third > > quarter of 2008). > > > > ... > > Code review occurs on patch submittable not by pointing developers off > to an external project. Most likely there will be feedback that requires > changes to API and other choices so you want to do this soon. I know. Just wanted to get out the bits ASAP for whoever is interested to start looking at it. I am pondering how to do this because there is a lot of code and I still don't have it ready for merging to mainline. Eventually I'll have a git tree branching off netdev and will have to break up the kernel part in patchbombs for review & submission and fix stuff as we go. Thanks,