socsvn commit: r256555 - soc2013/ccqin/head/sys/net80211

ccqin at FreeBSD.org ccqin at FreeBSD.org
Mon Aug 26 03:07:55 UTC 2013


Author: ccqin
Date: Mon Aug 26 03:07:53 2013
New Revision: 256555
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=256555

Log:
  fix forward declaration of 'struct ieee80211_rc_stat' in ieee80211_rssadapt.h

Modified:
  soc2013/ccqin/head/sys/net80211/ieee80211_rssadapt.h

Modified: soc2013/ccqin/head/sys/net80211/ieee80211_rssadapt.h
==============================================================================
--- soc2013/ccqin/head/sys/net80211/ieee80211_rssadapt.h	Mon Aug 26 02:45:46 2013	(r256554)
+++ soc2013/ccqin/head/sys/net80211/ieee80211_rssadapt.h	Mon Aug 26 03:07:53 2013	(r256555)
@@ -32,6 +32,8 @@
 #ifndef _NET80211_IEEE80211_RSSADAPT_H_
 #define _NET80211_IEEE80211_RSSADAPT_H_
 
+#include <net80211/ieee80211_ratectl.h>
+
 /* Data-rate adaptation loosely based on "Link Adaptation Strategy
  * for IEEE 802.11 WLAN via Received Signal Strength Measurement"
  * by Javier del Prado Pavon and Sunghyun Choi.


More information about the svn-soc-all mailing list