Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2005 05:17:32 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87252 for review
Message-ID:  <200511260517.jAQ5HWSs039373@repoman.freebsd.org>

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

Change 87252 by sam@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 {



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