Return-path: Received: from mail-pw0-f46.google.com ([209.85.160.46]:54049 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751650Ab2AXPT2 (ORCPT ); Tue, 24 Jan 2012 10:19:28 -0500 Received: by pbaa10 with SMTP id a10so2252003pba.19 for ; Tue, 24 Jan 2012 07:19:27 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20120124143909.GA5217@redhat.com> References: <4F0AEBAB.9020104@01019freenet.de> <201201100803.q0A83nsQ003757@mail.maya.org> <201201200730.q0K7U0oj004966@mail.maya.org> <4F1D84CE.8020403@maya.org> <201201231744.q0NHi68I002597@mail.maya.org> <20120124143909.GA5217@redhat.com> Date: Tue, 24 Jan 2012 16:19:27 +0100 Message-ID: (sfid-20120124_161931_733357_F64653AE) Subject: Re: Compat-wireless-3.2-rc6-3 is broken for rt2860 device From: Helmut Schaa To: Stanislaw Gruszka Cc: Andreas Hartmann , "linux-wireless@vger.kernel.org" , Felix Fietkau Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Jan 24, 2012 at 3:39 PM, Stanislaw Gruszka wrote: > On Tue, Jan 24, 2012 at 09:07:04AM +0100, Helmut Schaa wrote: >> > but the machine does crash anyway. Could hdr be null, too? >> >> Ok, I'll do some testing as soon as time allows and get back to you then. > > Not sure how good idea is is, but perhaps we could introduce mac80211 flag > that will disable behaviour of f0425bed commit for drivers, which will > set that flag. I don't think this is a good idea, since if it is a device workaround it should be implemented in the driver. That's what I tried before but according to Andreas the patch causes a crash. But in general it should be possible to bring a BA session down by calling ieee80211_stop_tx_ba_session from the driver. Not sure why that'll crash :( Helmut