From owner-svn-src-all@freebsd.org Mon Mar 14 16:00:46 2016 Return-Path: Delivered-To: svn-src-all@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 DB970AD0C50 for ; Mon, 14 Mar 2016 16:00:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from vfemail.net (onethreetwo.vfemail.net [199.16.11.132]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BF2E154E for ; Mon, 14 Mar 2016 16:00:45 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: (qmail 16968 invoked by uid 89); 14 Mar 2016 16:00:44 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 14 Mar 2016 16:00:44 -0000 Received: (qmail 16952 invoked by uid 89); 14 Mar 2016 16:00:27 -0000 Received: by simscan 1.3.1 ppid: 16943, pid: 16947, t: 0.0041s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 14 Mar 2016 16:00:27 -0000 Received: (qmail 17314 invoked by uid 89); 14 Mar 2016 16:00:26 -0000 Received: by simscan 1.4.0 ppid: 17285, pid: 17311, t: 1.2348s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by mail.vfemail.net with ESMTPA; 14 Mar 2016 16:00:25 -0000 From: Jan Beich To: Adrian Chadd Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r296823 - in head: sbin/ifconfig sys/net80211 References: <201603140439.u2E4dZNO096916@repo.freebsd.org> Date: Mon, 14 Mar 2016 17:00:05 +0100 In-Reply-To: <201603140439.u2E4dZNO096916@repo.freebsd.org> (Adrian Chadd's message of "Mon, 14 Mar 2016 04:39:35 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 16:00:47 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Adrian Chadd writes: > Author: adrian > Date: Mon Mar 14 04:39:35 2016 > New Revision: 296823 > URL: https://svnweb.freebsd.org/changeset/base/296823 > > Log: > [net80211] handle unlisted information elements. >=20=20=20 > This displays the IE names in ifconfig but it doesn't yet decode things. >=20=20=20 > Submitted by: Idwer Vollering > Differential Revision: https://reviews.freebsd.org/D3782 [...] > Modified: head/sys/net80211/ieee80211.h [...] > +struct ieee80211_ap_chan_report_ie { > + uint8_t ie; > + uint8_t len; > + uint8_t class; /* operating class */ "class" is a reserved keyword in C++. www/firefox implements wifi geolocation in C++, so it's now broken. www/chromium is probably also affected. In file included from netwerk/wifi/Unified_cpp_netwerk_wifi0.cpp:20: In file included from netwerk/wifi/nsWifiScannerFreeBSD.cpp:19: In file included from /usr/include/net80211/ieee80211_ioctl.h:35: /usr/include/net80211/ieee80211.h:800:11: error: declaration of anonymous= class must be a definition uint8_t class; /* operating class */ ^ 1 error generated. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJW5uAFXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bRAwIAJyZK+bu0wczkOc9ss868KyZ QpmH5m7aOwy9aYPi7iCeNkcyzV122fimv09JZdr7Fwo6/t+UnXyGsgwvry6QyN6w EPbFHj+toLBD3MoKIYDxhpcwAembkrcEnuyfvbZedTwT2nX+gLXSXlP6eFBeLmEE AiWOQyQ5ux6fAfbjftgSK6my6MtF7R2njDrwFyJgwVGUG/ZmsomgY9jYqmcwjYCD GSCnxJbNefbLVSDSaBHN9A3dNTD/w5bjeDtHvgg1LzronnFgzhmVfh91L5jhAFr5 b684Idj6dOji/GgcqfAhEyU1fuYdzG2HItdSfFciwxf56IA+af795fC5GKdt1Us= =9tN1 -----END PGP SIGNATURE----- --=-=-=--