Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 04:03:14 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136208 for review
Message-ID:  <200802260403.m1Q43E7K085945@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=136208

Change 136208 by sam@sam_ebb on 2008/02/26 04:02:38

	nuke dead code

Affected files ...

.. //depot/projects/vap/sys/dev/iwn/if_iwn.c#3 edit

Differences ...

==== //depot/projects/vap/sys/dev/iwn/if_iwn.c#3 (text+kox) ====

@@ -4349,12 +4349,6 @@
 			break;
 		case IWN_SET_CHAN:
 			IWN_LOCK(sc);
-#if 0
-			if (sc->flags & IWN_FLAG_AUTH) {
-				DPRINTF(sc, IWN_DEBUG_ANY, "%s\n",
-				    "Authenticating, not changing channel");
-			} else
-#endif
 			error = iwn_config(sc);
 			IWN_UNLOCK(sc);
 			if (error != 0) {



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