From owner-freebsd-bugs@FreeBSD.ORG Wed May 6 07:18:14 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C322106564A for ; Wed, 6 May 2009 07:18:14 +0000 (UTC) (envelope-from swehack@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id AF2D88FC19 for ; Wed, 6 May 2009 07:18:13 +0000 (UTC) (envelope-from swehack@gmail.com) Received: by bwz9 with SMTP id 9so5057113bwz.43 for ; Wed, 06 May 2009 00:18:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=1fT6+OG73oDSl/8KanzZRSPQKJ6mUR+ftUWC8zolF3Q=; b=MS3FwOuGuX7gw2jZx79KhnjFtphBw3f93DvoJR0jD39X5HnXmE260hYCoXbjbsJxZp ob8I0WzZD01/Yjc723pTV4fRHz5JxBBaCOcvV1c7BdFaJOb6+9Pj9KaO7p+BxXzVfT8v 13Zdnh8EAcvCvHPl++DpE+7gr4VQGHWF1Z5EU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=dMJVAvpf4kbV8Fz3kJUBvoVLTsiv3PiwRP05th1sxw6+oJmfZYxYf8+qqMyPnXdAZB SzEE3nNDmFsMt++bhjAtHxk+XzS6+hxjLOTNnpgidi9pYRF0dn9iJs6Jt1EbR0ftA6ZA b7XZpCc773u47Vi5Mp0HOMGeTxdbriCw1KokA= MIME-Version: 1.0 Received: by 10.204.57.81 with SMTP id b17mr866213bkh.186.1241592630207; Tue, 05 May 2009 23:50:30 -0700 (PDT) Date: Wed, 6 May 2009 08:50:30 +0200 Message-ID: <9aed80930905052350i664a1880xd6f3fbafef86ee67@mail.gmail.com> From: nocturnal To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2009 07:18:14 -0000 I'm just building the RELENG_7_2 kernel on my macbook. The macbook has an atheros chipset for wlan but i've chosen not to use it quite yet because ath_hal doesn't seem to have support for it. Rebuilding the 7.1 kernel i had no problems with ath but now in 7.2 i canno= t complete rebuild with ath devices enabled. It always gives a variation of the error in subject so obviously the problem can be traced back to the ath_rx_status structure. if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' It's usually about rs_flags too. I tried disabling just one ath or Atheros related device at the time but i had to disable them all to get the kernel compiled. I had to disable the following options in the kernel configuration. #device age #device ale #device ath #device ath_hal I'm at work just fiddling with my macbook on my own free time but if i get some time left over later i'll take a look at that structure and see if i can't get it to compile properly. But i'm sure there are people here much more qualified for this so i'll just leave this here. --=20 Med v=E4nliga h=E4lsningar Stefan Midjich aka nocturnal [SWEHACK] http://swehack.se