Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2009 16:02:06 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195620 - head/sys/dev/ath
Message-ID:  <200907111602.n6BG26oK056930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sat Jul 11 16:02:06 2009
New Revision: 195620
URL: http://svn.freebsd.org/changeset/base/195620

Log:
  Fix something bogus deletion that got it during mesh commit.
  
  Approved by:	re (implicit)

Modified:
  head/sys/dev/ath/if_ath.c

Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c	Sat Jul 11 15:25:13 2009	(r195619)
+++ head/sys/dev/ath/if_ath.c	Sat Jul 11 16:02:06 2009	(r195620)
@@ -939,6 +939,7 @@ ath_vap_create(struct ieee80211com *ic,
 			ic_opmode = IEEE80211_M_HOSTAP;
 		else
 			ic_opmode = ic->ic_opmode;
+		break;
 	default:
 		device_printf(sc->sc_dev, "unknown opmode %d\n", opmode);
 		goto bad;



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