Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2009 23:56:18 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r191409 - projects/mesh11s/sys/dev/ath
Message-ID:  <200904222356.n3MNuIcA070974@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Wed Apr 22 23:56:18 2009
New Revision: 191409
URL: http://svn.freebsd.org/changeset/base/191409

Log:
  Initialize ic_opmode.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/mesh11s/sys/dev/ath/if_ath.c

Modified: projects/mesh11s/sys/dev/ath/if_ath.c
==============================================================================
--- projects/mesh11s/sys/dev/ath/if_ath.c	Wed Apr 22 23:54:41 2009	(r191408)
+++ projects/mesh11s/sys/dev/ath/if_ath.c	Wed Apr 22 23:56:18 2009	(r191409)
@@ -926,6 +926,7 @@ ath_vap_create(struct ieee80211com *ic,
 		ic_opmode = IEEE80211_M_HOSTAP;
 		break;
 	case IEEE80211_M_MBSS:
+		ic_opmode = IEEE80211_M_IBSS;
 		/* XXXRP TBD */
 		break;
 	default:



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