PERFORCE change 87252 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 26 05:17:34 GMT 2005


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

Change 87252 by sam at sam_ebb on 2005/11/26 05:16:32

	nuke dwelltime; no longer used

Affected files ...

.. //depot/projects/wifi/sys/dev/ral/if_ral.c#10 edit
.. //depot/projects/wifi/sys/dev/ral/if_ralvar.h#4 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ral/if_ral.c#10 (text+ko) ====

@@ -495,7 +495,6 @@
 	/*
 	 * Add a few sysctl knobs.
 	 */
-	sc->dwelltime = 200;
 
 	SYSCTL_ADD_INT(device_get_sysctl_ctx(dev),
 	    SYSCTL_CHILDREN(device_get_sysctl_tree(dev)), OID_AUTO,
@@ -505,11 +504,6 @@
 	    SYSCTL_CHILDREN(device_get_sysctl_tree(dev)), OID_AUTO,
 	    "rxantenna", CTLFLAG_RW, &sc->rx_ant, 0, "rx antenna (0=auto)");
 
-	SYSCTL_ADD_INT(device_get_sysctl_ctx(dev),
-	    SYSCTL_CHILDREN(device_get_sysctl_tree(dev)), OID_AUTO, "dwell",
-	    CTLFLAG_RW, &sc->dwelltime, 0,
-	    "channel dwell time (ms) for AP/station scanning");
-
 	/*
 	 * Hook our interrupt after all initialization is complete.
 	 */

==== //depot/projects/wifi/sys/dev/ral/if_ralvar.h#4 (text+ko) ====

@@ -142,8 +142,6 @@
 	int				tx_ant;
 	int				nb_ant;
 
-	int				dwelltime;
-
 	struct bpf_if			*sc_drvbpf;
 
 	union {


More information about the p4-projects mailing list