Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2009 08:53:07 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 156211 for review
Message-ID:  <200901150853.n0F8r7sw008751@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156211

Change 156211 by weongyo@weongyo_ws on 2009/01/15 08:52:39

	add a missed `break'
	
	Found by:	Michael Li <Mikore.Li at sun.com>

Affected files ...

.. //depot/projects/vap/sys/dev/usb/if_urtw.c#16 edit

Differences ...

==== //depot/projects/vap/sys/dev/usb/if_urtw.c#16 (text+ko) ====

@@ -1810,6 +1810,7 @@
 			break;
 		case IEEE80211_M_IBSS:
 			data |= URTW_MSR_LINK_ADHOC;
+			break;
 		case IEEE80211_M_HOSTAP:
 			data |= URTW_MSR_LINK_HOSTAP;
 			break;



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