s/inline/__inline/

This commit is contained in:
Sam Leffler 2004-12-31 21:30:42 +00:00
parent 736b3dc32e
commit a95fa8d386
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139525

View File

@ -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;