From owner-freebsd-current@freebsd.org Tue Oct 11 20:21:40 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B737EC0DA4E; Tue, 11 Oct 2016 20:21:40 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 453D9AB1; Tue, 11 Oct 2016 20:21:39 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: by mail-lf0-f44.google.com with SMTP id b75so55558578lfg.3; Tue, 11 Oct 2016 13:21:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:cc:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=MPG1u7jiQC6tzI11BpZKI3eYKzu3WwlZheT/DYrPDoQ=; b=itIAV9tFmcxpQCyVfmG487jUXbs0OjwOS5Xe9mMfudwLsqhos4lK2fJLmB2AVJu4aA YedzBGNjunqK9rRgn5s27jpsXMastd0TMuFMjf0PLK0uFCodwNwanWQhLpnuRP7OemlZ WZ+zoZ7uP/X7+ToljDt4zHwiwSNAZXDnlD6ITiyttECS752vCOs2mEn4uRtUS1GvNxJA GEsn6YTaDIyQByRtTWOLoMTJjafZxYM9o41Yqyn3t+jO/xK7+QzVhsUTxSkTIZN/VHHh D9EoYx+l8f3SNwv/mDcHMNNmoBAiNirp6G4L5oZzMhLJa0qQEeISlVn3dejTJXRBLVJN hjYw== X-Gm-Message-State: AA6/9RmtPJ5+dCxqlaCP2ZJ85qDbwtxR8AITcnOtZ2BNGN9Hon3R7Xiply4GgcHjo4HCDg== X-Received: by 10.25.212.212 with SMTP id l203mr4524197lfg.2.1476217291751; Tue, 11 Oct 2016 13:21:31 -0700 (PDT) Received: from localhost (host-176-37-109-22.la.net.ua. [176.37.109.22]) by smtp.gmail.com with ESMTPSA id 102sm1467442lft.33.2016.10.11.13.21.30 (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 11 Oct 2016 13:21:30 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Kevin Lo" Cc: "freebsd-wireless@freebsd.org" , "freebsd-current@freebsd.org" , "Adrian Chadd" Subject: Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing References: <20160922092442.GA72044@ns.kevlo.org> <20160923015840.GA77979@ns.kevlo.org> <20160923071830.GA79146@ns.kevlo.org> <20161001150924.GA48641@ns.kevlo.org> <20161003005523.GA57437@ns.kevlo.org> <20161011012702.GA36712@ns.kevlo.org> Date: Tue, 11 Oct 2016 23:21:24 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Andriy Voskoboinyk" Message-ID: In-Reply-To: <20161011012702.GA36712@ns.kevlo.org> User-Agent: Opera Mail/12.16 (FreeBSD) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 11 Oct 2016 20:21:40 -0000 Tue, 11 Oct 2016 04:27:02 +0300 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0=D0= =BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Kevin Lo : I have created 'pci_modified' branch to speed-up the process (RTL881*AU = = will not work with it for now); right now it contains (mostly) unmodified initialization path from rtwn(4) driver. If this version will work, I will revert some 'RTWN_PCI_WORKAROUND' temporary blocks until the culprit is found. > On Sat, Oct 08, 2016 at 02:18:54AM +0300, Andriy Voskoboinyk wrote: >> >> Mon, 03 Oct 2016 03:55:23 +0300 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0= =D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Kevin Lo = >> : >> >> Hi! > > Hi Andriy, > >> Can you refresh the tree and retest it (dev.rtwn.0.debug=3D0x829f) ? > > I refreshed the tree and retested it, unfortunately it's still the sam= e. > Here's the log: https://people.freebsd.org/~kevlo/rtl8188ce-debuglog >> >> P.S. If Rx is still broken (status is always 0) try to execute >> 'ifconfig wlan0 promisc' > > It doesn't help either :(