From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Subject: Re: [PATCH v2 1/3] mac80211: mesh: flush stations before beacons are stopped Date: Tue, 02 Aug 2016 10:45:40 +0200 Message-ID: <1470127540.2665.14.camel@sipsolutions.net> References: <20160713114449.24665-1-yanivma@ti.com> (sfid-20160713_134104_660515_B2533FBA) Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Maital Hahn , "David S. Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org To: Yaniv Machani , linux-kernel@vger.kernel.org Return-path: In-Reply-To: <20160713114449.24665-1-yanivma@ti.com> (sfid-20160713_134104_660515_B2533FBA) Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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