svn commit: r206367 - head/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Wed Apr 7 17:31:56 UTC 2010


Author: rpaulo
Date: Wed Apr  7 17:31:56 2010
New Revision: 206367
URL: http://svn.freebsd.org/changeset/base/206367

Log:
  Fix build.
  
  Pointy hat:	me
  MFC after:	1 month

Modified:
  head/sys/net80211/ieee80211_ratectl.h

Modified: head/sys/net80211/ieee80211_ratectl.h
==============================================================================
--- head/sys/net80211/ieee80211_ratectl.h	Wed Apr  7 17:20:55 2010	(r206366)
+++ head/sys/net80211/ieee80211_ratectl.h	Wed Apr  7 17:31:56 2010	(r206367)
@@ -94,7 +94,7 @@ ieee80211_ratectl_rate(struct ieee80211_
 	const struct ieee80211vap *vap = ni->ni_vap;
 
 	if (ni->ni_rctls == NULL)	/* ratectl not setup */
-		return;
+		return 0;
 	return vap->iv_rate->ir_rate(ni, arg, iarg);
 }
 


More information about the svn-src-head mailing list