From owner-freebsd-mips@freebsd.org Sun Jun 17 17:42:29 2018 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECFB31003B52 for ; Sun, 17 Jun 2018 17:42:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (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 6D4C377A9B; Sun, 17 Jun 2018 17:42:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id l15-v6so12345080wmc.1; Sun, 17 Jun 2018 10:42:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tKgFgomgHaI9y2jyXYJtRNwcCdL7wJBe799YRV7218g=; b=Z7q1V6PphHU3aw0Lei8C5sraJwKQCeXPxFTTc9NcPNg3GIXVvQ6VSrV4cX2cXUp1Bz GHLjeHo66iulUP1JJAU99VMuUTtEx2GYSCfz2Q3bZa7utjnMg18jMoKYM6YsPPrDPmQz l+h4NcbwM4Stw9oc49ViTex8vKDdJOZeSjwQ52sd8dfUyPOEnwTL4BFgE7diUQG73Zio VhViddWDYvyztnMDMKE6HvXuD1D0LLGPoLU1CdXvzAoagay/84zcQzV4VUhiw3thbx0a bRdYsb6y3Szkvu5iMUijeOo85i/9Nj0pgHdU2qbWzV0yx83rtni3oNQvXTtks+ztP6QH M+2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tKgFgomgHaI9y2jyXYJtRNwcCdL7wJBe799YRV7218g=; b=iCihVTcPOKNEOk1jmHbPYgCUOLJ9OJY3uRkkwO356h7lwHW82PMrVRsGruEzMFGJb+ t8dkfywtZSQNFSIyZXMVfXwOwEgLU4GsXIku1AFfNudODdGF+pfPOgq2ThDroCH95KSy Ty7/2afDns4OraRJ/bAk+Re3IvmPS9l19332hpwRgL+81mcPYGm/4Fsazuc3SHNbZopP oC211H+xvjnipWo1DYeA/zs3nOI+PBRVrlFxKyqxEsWv6oYGPyXGV1bM2QE1Anx4Ma9e UrawNHSSJfAUJ4HBhZ0rKCYZAuewA9IazgHYPez35Nt1XGkBOGwaljID47c1UB21e5mp ZzPw== X-Gm-Message-State: APt69E1dZQ6kttR9erZvfVbfrixReXQp8kyjHP7KkLZ4wXdLAnhsiPLi CROhM3EQH3XsEIC6h3MlTlQZkF4ZLwHWgk6Ohbk= X-Google-Smtp-Source: ADUXVKIcF+VyeDfw2fxBW4adtUITcdpbnkhQDIbO2G4RVv4rqnpFV3k34Il4DMhr8+MGFqdtobBsxcvYAmBJyxiK7xM= X-Received: by 2002:a1c:e408:: with SMTP id b8-v6mr5959143wmh.132.1529257347325; Sun, 17 Jun 2018 10:42:27 -0700 (PDT) MIME-Version: 1.0 References: <38177.69175.qm@web101704.mail.ssk.yahoo.co.jp> <229256.4567.qm@web101715.mail.ssk.yahoo.co.jp> In-Reply-To: <229256.4567.qm@web101715.mail.ssk.yahoo.co.jp> From: Adrian Chadd Date: Sun, 17 Jun 2018 10:42:14 -0700 Message-ID: Subject: Re: rt2860 drvier To: Mori Hiroki Cc: Sean Bruno , "freebsd-mips@freebsd.org. Robert Pera" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 17:42:29 -0000 interesting. yah let's take a look. i know a bunch of work was done a while ago to refactor the realtek soc/wifi support a bit more -a On Wed, 13 Jun 2018 at 17:16, Mori Hiroki wrote: > > Hi > > > ----- Original Message ----- > > From: Sean Bruno > > To: Mori Hiroki ; "freebsd-mips@freebsd.org" > > Cc: > > Date: 2018/5/17, Thu 05:07 > > Subject: Re: rt2860 drvier > > > > > > > > On 05/15/18 20:04, Mori Hiroki wrote: > >> Hi. > >> > >> I found other rt2860 drvier at old mailing list. > >> This driver code support 11n. I port new wifi kpi. > >> > >> https://github.com/yamori813/freebsd/tree/zrouter/sys/dev/rt2860 > >> > >> > >> I seem ral and run is not support 11n. > >> > >> I try to check RT3050 by sys/mips/mediatek. > >> > >> STA mode is work fine. HOSTAP mode is also work. But I have hostapd > >> problem. > >> > >> If you want check this you add this to files. > >> > >> dev/rt2860/rt2860_fdt.c optional rt2860 > >> dev/rt2860/rt2860.c optional rt2860 > >> dev/rt2860/rt2860_amrr.c optional rt2860 > >> dev/rt2860/rt2860_io.c optional rt2860 > >> dev/rt2860/rt2860_led.c optional rt2860 > >> dev/rt2860/rt2860_read_eeprom.c optional rt2860 > >> dev/rt2860/rt2860_rf.c optional rt2860 > >> > >> Thanks > >> > >> Hiroki Mori > >> _______________________________________________ > >> freebsd-mips@freebsd.org mailing list > >> https://lists.freebsd.org/mailman/listinfo/freebsd-mips > >> To unsubscribe, send any mail to > > "freebsd-mips-unsubscribe@freebsd.org" > >> > > > > > > Do you think this driver is one we should bring into freebsd? > > I have question why don't into freebsd at before ? > > This code have advantage 11n support. > > I think FreeBSD ralink wifi driver very confuse. > > We should clean up current code. Then into FreeBSD is good. > > > Hiroki Mori > > > > > sean > > > _______________________________________________ > freebsd-mips@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"