summaryrefslogtreecommitdiffstats
path: root/sys/net80211
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2004-12-31 21:30:42 +0000
committersam <sam@FreeBSD.org>2004-12-31 21:30:42 +0000
commitfe8d9eb613258e22b5b0b8438d6d5fc0048aa486 (patch)
treec5ce20bcf407ac1cacad8f5fce6f8947cf26f96e /sys/net80211
parentfe545f4516be5e799b2ca6a5fcb6bd15d1682636 (diff)
downloadFreeBSD-src-fe8d9eb613258e22b5b0b8438d6d5fc0048aa486.zip
FreeBSD-src-fe8d9eb613258e22b5b0b8438d6d5fc0048aa486.tar.gz
s/inline/__inline/
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h
index 3fa1398..4791384 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -82,7 +82,7 @@ extern void ieee80211_set11gbasicrates(struct ieee80211_rateset *,
/*
* Return the size of the 802.11 header for a management or data frame.
*/
-static inline int
+static __inline int
ieee80211_hdrsize(const void *data)
{
const struct ieee80211_frame *wh = data;
@@ -101,7 +101,7 @@ ieee80211_hdrsize(const void *data)
/*
* Return the size of the 802.11 header; handles any type of frame.
*/
-static inline int
+static __inline int
ieee80211_anyhdrsize(const void *data)
{
const struct ieee80211_frame *wh = data;
OpenPOWER on IntegriCloud