Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2008 00:23:27 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139694 for review
Message-ID:  <200804100023.m3A0NRRJ060031@repoman.freebsd.org>

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

Change 139694 by sam@sam_ebb on 2008/04/10 00:22:34

	bump default bmiss count to 24 per the linux code (!)

Affected files ...

.. //depot/projects/vap/sys/dev/iwi/if_iwi.c#25 edit

Differences ...

==== //depot/projects/vap/sys/dev/iwi/if_iwi.c#25 (text+ko) ====

@@ -542,7 +542,8 @@
 		return NULL;
 	vap = &ivp->iwi_vap;
 	ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid, mac);
-	vap->iv_bmissthreshold = 10;		/* override default */
+	/* override the default, the setting comes from the linux driver */
+	vap->iv_bmissthreshold = 24;
 	/* override with driver methods */
 	ivp->iwi_newstate = vap->iv_newstate;
 	vap->iv_newstate = iwi_newstate;



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