PERFORCE change 139694 for review

Sam Leffler sam at FreeBSD.org
Thu Apr 10 00:23:28 UTC 2008


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

Change 139694 by sam at 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;


More information about the p4-projects mailing list