Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 12:32:35 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r215626 - stable/8/sys/net80211
Message-ID:  <201011211232.oALCWZ60056398@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bschmidt
Date: Sun Nov 21 12:32:35 2010
New Revision: 215626
URL: http://svn.freebsd.org/changeset/base/215626

Log:
  Revert r215618, ABI breakage ahead.
  
  Pointy hat to:	me

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)

Modified: stable/8/sys/net80211/ieee80211_ioctl.h
==============================================================================
--- stable/8/sys/net80211/ieee80211_ioctl.h	Sun Nov 21 11:50:16 2010	(r215625)
+++ stable/8/sys/net80211/ieee80211_ioctl.h	Sun Nov 21 12:32:35 2010	(r215626)
@@ -790,7 +790,7 @@ struct ieee80211req_scan_result {
 	uint16_t	isr_flags;		/* channel flags */
 	int8_t		isr_noise;
 	int8_t		isr_rssi;
-	uint16_t	isr_intval;		/* beacon interval */
+	uint8_t		isr_intval;		/* beacon interval */
 	uint8_t		isr_capinfo;		/* capabilities */
 	uint8_t		isr_erp;		/* ERP element */
 	uint8_t		isr_bssid[IEEE80211_ADDR_LEN];



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