From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751728AbcGRS1W (ORCPT ); Mon, 18 Jul 2016 14:27:22 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:60323 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751451AbcGRS1U convert rfc822-to-8bit (ORCPT ); Mon, 18 Jul 2016 14:27:20 -0400 From: "Machani, Yaniv" To: Kalle Valo CC: "linux-kernel@vger.kernel.org" , "Hahn, Maital" , Eliad Peller , "Mishol, Guy" , Johannes Berg , Arik Nemtsov , "linux-wireless@vger.kernel.org" , "netdev@vger.kernel.org" Subject: RE: [PATCH] wlcore/wl18xx: mesh: added initial mesh support for wl8 Thread-Topic: [PATCH] wlcore/wl18xx: mesh: added initial mesh support for wl8 Thread-Index: AQHR0SmHr4CONEJvMUyLWDoPuYlD+6AelVqFgAALzUA= Date: Mon, 18 Jul 2016 18:27:15 +0000 Message-ID: References: <20160628104305.4533-1-yanivma@ti.com> <87eg6qx2ou.fsf@kamboji.qca.qualcomm.com> In-Reply-To: <87eg6qx2ou.fsf@kamboji.qca.qualcomm.com> Accept-Language: en-US, he-IL Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.167.188.42] x-exclaimer-md-config: f9c360f5-3d1e-4c3c-8703-f45bf52eff6b Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 18, 2016 at 20:42:57, Kalle Valo wrote: > Guy; Johannes Berg; Arik Nemtsov; linux-wireless@vger.kernel.org; > netdev@vger.kernel.org > Subject: Re: [PATCH] wlcore/wl18xx: mesh: added initial mesh support > for wl8 > > Yaniv Machani writes: > > > From: Maital Hahn > > > > 1. Added support for interface and role of mesh type. > > 2. Enabled enable/start of mesh-point role, > > and opening and closing a connection with a mesh peer. > > 3. Added multirole combination of mesh and ap > > under the same limits of dual ap mode. > > 4. Add support for 'sta_rc_update' opcode for mesh IF. > > The 'sta_rc_update' opcode is being used in mesh_plink.c. > > Add support in wlcore to handle this opcode correctly for mesh (as > > opposed to current implementation that handles STA only). > > 5. Bumped the firmware version to support new Mesh functionality > > > > Signed-off-by: Maital Hahn > > Signed-off-by: Yaniv Machani > > Does this depend on any mac80211 patches? To not break anything I > can't apply this until all the dependencies are in my tree. > Hi Kalle, No, there are no dependencies for this patch. The other set of patches are bug fixes and improvements, shouldn't block the merge. Thanks, Yaniv