Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 13:25:20 +0200
From:      Kostik Belousov <kostikbel@gmail.com>
To:        Bernhard Schmidt <bschmidt@freebsd.org>
Cc:        svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   Re: svn commit: r215618 - stable/8/sys/net80211
Message-ID:  <20101121112520.GM2392@deviant.kiev.zoral.com.ua>
In-Reply-To: <201011211058.oALAwIkp052526@svn.freebsd.org>
References:  <201011211058.oALAwIkp052526@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Xq+x4bgjGYmzYliw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Nov 21, 2010 at 10:58:18AM +0000, Bernhard Schmidt wrote:
> Author: bschmidt
> Date: Sun Nov 21 10:58:18 2010
> New Revision: 215618
> URL: http://svn.freebsd.org/changeset/base/215618
>=20
> Log:
>   MFC r199076:
>   The isr_intval in ieee80211req_scan_result structure should be 16 bit.
>   This makes ifconfig list scan display the correct beacon interval
>   (previously it would int overflow). As a side effect, this makes the
>   ieee80211req_scan_result word aligned.
>  =20
>   Submitted by:	Paul B Mahol <onemda at gmail.com>
>   Committed by:	rpaulo
>=20
> Modified:
>   stable/8/sys/net80211/ieee80211_ioctl.h
> Directory Properties:
>   stable/8/sys/   (props changed)
>   stable/8/sys/amd64/include/xen/   (props changed)
>   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
>   stable/8/sys/contrib/dev/acpica/   (props changed)
>   stable/8/sys/contrib/pf/   (props changed)
>   stable/8/sys/dev/xen/xenpci/   (props changed)
>=20
> Modified: stable/8/sys/net80211/ieee80211_ioctl.h
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- stable/8/sys/net80211/ieee80211_ioctl.h	Sun Nov 21 10:56:04 2010	(r21=
5617)
> +++ stable/8/sys/net80211/ieee80211_ioctl.h	Sun Nov 21 10:58:18 2010	(r21=
5618)
> @@ -790,7 +790,7 @@ struct ieee80211req_scan_result {
>  	uint16_t	isr_flags;		/* channel flags */
>  	int8_t		isr_noise;
>  	int8_t		isr_rssi;
> -	uint8_t		isr_intval;		/* beacon interval */
> +	uint16_t	isr_intval;		/* beacon interval */
>  	uint8_t		isr_capinfo;		/* capabilities */
>  	uint8_t		isr_erp;		/* ERP element */
>  	uint8_t		isr_bssid[IEEE80211_ADDR_LEN];

Doesn't this change ABI ?

--Xq+x4bgjGYmzYliw
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (FreeBSD)

iEYEARECAAYFAkzpAaAACgkQC3+MBN1Mb4g76wCaAz3/G22IsEGKl2x8YfBvMSJu
fWgAoKXtTSpuqONMXXUi2maKvt/4v7Wa
=xmhF
-----END PGP SIGNATURE-----

--Xq+x4bgjGYmzYliw--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101121112520.GM2392>