From owner-freebsd-current@FreeBSD.ORG Mon Jun 1 19:47:24 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36A5FE26 for ; Mon, 1 Jun 2015 19:47:24 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (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 C9F6115D0 for ; Mon, 1 Jun 2015 19:47:23 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wizo1 with SMTP id o1so118126445wiz.1 for ; Mon, 01 Jun 2015 12:47:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=3SumVvvEBYrUIhDAXg1WBLe445CViRUXlRtUsxauS54=; b=ZR20s8oFRddO8Ou6bfZizUKwFR86r3fhCZJumwFk4vDW0FXO8wrnN9Ms6yVgWZZxzA WcSKAcfZxX9r15sq5h9WEyh7++L40x6LL3MybMBu6ZnR/6CRyhixM+Dbwq8Jcueu9JCi w0aLglc7apSusJGAcO1bgiD/f1/x2igKhW5DDC4qedPDdOmdSoroD0B3vI6992WDoIqa fk5moqW6rEQqVRQQTfDT4t4QySj+W9+Fd+Lutg14Qr0d92NQJry35Sy5Ltwm2nsh1o8e 5+RitxktZmD48BdIKg5Hpt2el/wRZmJLHZk62gLVhx+YXp+i1VG1L3ixINEq84/5tdGt iXkQ== X-Gm-Message-State: ALoCoQloxwfpk/NmcE4OkMT9jXv7jvKS6f4lWnxfhGKqoRZUNYqU3Sk5K836MsngigAwDZMrmgeR MIME-Version: 1.0 X-Received: by 10.180.88.8 with SMTP id bc8mr23503013wib.19.1433188041816; Mon, 01 Jun 2015 12:47:21 -0700 (PDT) Received: by 10.194.162.225 with HTTP; Mon, 1 Jun 2015 12:47:21 -0700 (PDT) In-Reply-To: <20150601153717.GX73119@FreeBSD.org> References: <20150529151405.GA8509@ns.kevlo.org> <55686E8F.3030400@FreeBSD.org> <20150601153717.GX73119@FreeBSD.org> Date: Mon, 1 Jun 2015 21:47:21 +0200 Message-ID: Subject: Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes From: Oliver Pinter To: Gleb Smirnoff Cc: Lev Serebryakov , Oliver Pinter , Adrian Chadd , current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 01 Jun 2015 19:47:24 -0000 On Mon, Jun 1, 2015 at 5:37 PM, Gleb Smirnoff wrote: > Hi! > > I've converted the ath(4), probably the most complex ieee80211 driver. > > The updated diff is uploaded to https://reviews.freebsd.org/D2655. > > Pretty sure it will panic or fail on first try :) Nevertheless, > asking for your help. Please try to run it and report any problems > to me. Hi! Do you have compile tested the code? I got this build error: --- if_ath.o --- /usr/src/sys/dev/ath/if_ath.c:5732:26: error: no member named 'ic_ifp' in 'struct ieee80211com'; did you mean 'ic_dfs'? struct ifnet *ifp = ic->ic_ifp; ^~~~~~ ic_dfs /usr/src/sys/net80211/ieee80211_var.h:197:29: note: 'ic_dfs' declared here struct ieee80211_dfs_state ic_dfs; /* DFS state */ ^ /usr/src/sys/dev/ath/if_ath.c:5732:16: error: initializing 'struct ifnet *' with an expression of incompatible type 'struct ieee80211_dfs_state' struct ifnet *ifp = ic->ic_ifp; ^ > > -- > Totus tuus, Glebius. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"