svn commit: r238767 - projects/net80211_testsuite/wtap/006

Monthadar Al Jaberi monthadar at FreeBSD.org
Wed Jul 25 11:50:37 UTC 2012


Author: monthadar
Date: Wed Jul 25 11:50:36 2012
New Revision: 238767
URL: http://svn.freebsd.org/changeset/base/238767

Log:
  Update test.sh for 006 test case to use correct flag for MeshGate.

Modified:
  projects/net80211_testsuite/wtap/006/bpf.c

Modified: projects/net80211_testsuite/wtap/006/bpf.c
==============================================================================
--- projects/net80211_testsuite/wtap/006/bpf.c	Wed Jul 25 11:33:43 2012	(r238766)
+++ projects/net80211_testsuite/wtap/006/bpf.c	Wed Jul 25 11:50:36 2012	(r238767)
@@ -39,7 +39,7 @@ hwmp_recv_action_meshpath(const struct i
 		{
 			printf("PREQ with ");
 			preq = (struct ieee80211_meshpreq_ie *)iefrm;
-			if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_PR) {
+			if (preq->preq_flags & IEEE80211_MESHPREQ_FLAGS_GATE) {
 				printf("GateAnnouncement!\n");
 				return 0;
 			} else {


More information about the svn-src-projects mailing list