From owner-freebsd-current@FreeBSD.ORG Thu Mar 15 08:47:00 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 046E0106566B; Thu, 15 Mar 2012 08:47:00 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id AE4958FC1C; Thu, 15 Mar 2012 08:46:59 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1S86LB-000M9I-RR; Thu, 15 Mar 2012 12:47:21 +0400 Date: Thu, 15 Mar 2012 12:47:21 +0400 From: Slawa Olhovchenkov To: Mitsuru IWASAKI Message-ID: <20120315084721.GK97848@zxy.spb.ru> References: <20120314.094656.92589124.iwasaki@jp.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120314.094656.92589124.iwasaki@jp.FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: freebsd-wireless@freebsd.org, freebsd-current@freebsd.org Subject: Re: [patch] iwi(4) suspend/resume broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2012 08:47:00 -0000 On Wed, Mar 14, 2012 at 09:46:56AM +0900, Mitsuru IWASAKI wrote: > Hi, > > I've noticed that iwi(4) doesn't have ieee80211_new_state(IEEE80211_S_INIT) > in iwi_stop_locked() since 8.0-RELEASE (comparing with RELENG_7's). > > It seems that this prevent if_iwi from working properly after resuming, > no data frames were sent. > > The patches is available at: > http://people.freebsd.org/~iwasaki/iwi/iwi-20120314.diff > > Now that iwi(4) is working well for me :) > > I'll commit this coming weekend if there are no objections. ath(4) also don't work witch suspend/resume. and ath(4) dpn't work after resume even if kldunload before suspend (kldload don't work).