Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:40123 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751968AbcHBIp6 (ORCPT ); Tue, 2 Aug 2016 04:45:58 -0400 Message-ID: <1470127540.2665.14.camel@sipsolutions.net> (sfid-20160802_111636_287952_4A59B38E) Subject: Re: [PATCH v2 1/3] mac80211: mesh: flush stations before beacons are stopped From: Johannes Berg To: Yaniv Machani , linux-kernel@vger.kernel.org Cc: Maital Hahn , "David S. Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Date: Tue, 02 Aug 2016 10:45:40 +0200 In-Reply-To: <20160713114449.24665-1-yanivma@ti.com> (sfid-20160713_134104_660515_B2533FBA) References: <20160713114449.24665-1-yanivma@ti.com> (sfid-20160713_134104_660515_B2533FBA) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2016-07-13 at 14:44 +0300, Yaniv Machani wrote: > From: Maital Hahn > > Some drivers (e.g. wl18xx) expect that the last stage in the > de-initialization process will be stopping the beacons, similar to AP > flow. > Update ieee80211_stop_mesh() flow accordingly. > As peers can be removed dynamically, this would not impact other > drivers. > Applied. johannes