summaryrefslogtreecommitdiffstats
path: root/sys/net80211
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-05-11 23:18:11 +0000
committersam <sam@FreeBSD.org>2008-05-11 23:18:11 +0000
commitb7f174118d30b54ea2356df211147a846714fafb (patch)
tree3c8d60076c81acf846e9d71783c3a81cedb2b414 /sys/net80211
parent50fb6c0bd41f779e3cf96b13748d175417a88439 (diff)
downloadFreeBSD-src-b7f174118d30b54ea2356df211147a846714fafb.zip
FreeBSD-src-b7f174118d30b54ea2356df211147a846714fafb.tar.gz
move inline keyword to silence compiler complaints
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_ht.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h
index 80052cf..b0eb616 100644
--- a/sys/net80211/ieee80211_ht.h
+++ b/sys/net80211/ieee80211_ht.h
@@ -80,7 +80,7 @@ struct ieee80211_tx_ampdu {
* available and more streams are requested than available.
*/
-static void __inline
+static __inline void
ieee80211_txampdu_update_pps(struct ieee80211_tx_ampdu *tap)
{
/* NB: scale factor of 2 was picked heuristically */
@@ -91,7 +91,7 @@ ieee80211_txampdu_update_pps(struct ieee80211_tx_ampdu *tap)
/*
* Count a packet towards the pps estimate.
*/
-static void __inline
+static __inline void
ieee80211_txampdu_count_packet(struct ieee80211_tx_ampdu *tap)
{
/* XXX bound loop/do more crude estimate? */
@@ -113,7 +113,7 @@ ieee80211_txampdu_count_packet(struct ieee80211_tx_ampdu *tap)
* date due to lack of traffic then we decay the estimate
* to account for the idle time.
*/
-static int __inline
+static __inline int
ieee80211_txampdu_getpps(struct ieee80211_tx_ampdu *tap)
{
/* XXX bound loop/do more crude estimate? */
OpenPOWER on IntegriCloud