PERFORCE change 136208 for review

Sam Leffler sam at FreeBSD.org
Tue Feb 26 04:03:15 UTC 2008


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

Change 136208 by sam at 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) {


More information about the p4-projects mailing list