svn commit: r203556 - head/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Sat Feb 6 19:24:17 UTC 2010


Author: rpaulo
Date: Sat Feb  6 19:24:16 2010
New Revision: 203556
URL: http://svn.freebsd.org/changeset/base/203556

Log:
  Revert unwanted changes in revision 203422.
  
  Spotted by:	sam

Modified:
  head/sys/net80211/ieee80211_ioctl.h

Modified: head/sys/net80211/ieee80211_ioctl.h
==============================================================================
--- head/sys/net80211/ieee80211_ioctl.h	Sat Feb  6 18:10:58 2010	(r203555)
+++ head/sys/net80211/ieee80211_ioctl.h	Sat Feb  6 19:24:16 2010	(r203556)
@@ -334,12 +334,12 @@ enum {
 };
 
 struct ieee80211req_mesh_route {
-	uint8_t		imr_dest[IEEE80211_ADDR_LEN];
-	uint8_t		imr_nexthop[IEEE80211_ADDR_LEN];
-	uint16_t	imr_nhops;
 	uint8_t		imr_flags;
 #define	IEEE80211_MESHRT_FLAGS_VALID	0x01
 #define	IEEE80211_MESHRT_FLAGS_PROXY	0x02
+	uint8_t		imr_dest[IEEE80211_ADDR_LEN];
+	uint8_t		imr_nexthop[IEEE80211_ADDR_LEN];
+	uint16_t	imr_nhops;
 	uint8_t		imr_pad;
 	uint32_t	imr_metric;
 	uint32_t	imr_lifetime;


More information about the svn-src-head mailing list