Return-path: Received: from fk-out-0910.google.com ([209.85.128.184]:46736 "EHLO fk-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755522AbYDIR3I (ORCPT ); Wed, 9 Apr 2008 13:29:08 -0400 Received: by fk-out-0910.google.com with SMTP id 19so3416744fkr.5 for ; Wed, 09 Apr 2008 10:29:06 -0700 (PDT) To: Bas Hulsken Subject: Re: hostapd hangs on rt2500pci, leaving the nic in an unstable state Date: Wed, 9 Apr 2008 19:33:03 +0200 Cc: linux-wireless@vger.kernel.org, Johannes Berg References: <1207412527.6965.21.camel@Bas> <1207590445.3028.2.camel@Bas> <200804091932.09459.IvDoorn@gmail.com> In-Reply-To: <200804091932.09459.IvDoorn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Message-Id: <200804091933.03615.IvDoorn@gmail.com> (sfid-20080409_182924_208427_6B3EB71A) From: Ivo van Doorn Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wednesday 09 April 2008, Ivo van Doorn wrote: > On Monday 07 April 2008, Bas Hulsken wrote: > > Hi > > > > > Could you try editing rt2500pci.c > > > and in rt2500pci_interrupt() change: > > > > > > if (rt2x00_get_field32(reg, CSR7_TBCN_EXPIRE)) > > > rt2x00lib_beacondone(rt2x00dev); > > > > > > to > > > > > > //if (rt2x00_get_field32(reg, CSR7_TBCN_EXPIRE)) > > > // rt2x00lib_beacondone(rt2x00dev); > > > > did that, also applied Johannes' "fix STA AID bug" patch, but no change > > in behaviour, still the same hang in hostapd. > > Does the patch by Daniel Wagner: > rt61pci: rt61pci_beacon_update do not free skb twice > which was send to the linux-wireless mailing list today help? wait never mind, that was a stupid comment since you are using rt2500pci... :S I'll see if the patch also is applicable for rt2500pci and post that patch if that is the case. :) Ivo