Date: Mon, 8 Nov 2004 19:05:18 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 64624 for review Message-ID: <200411081905.iA8J5IpR044769@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=64624 Change 64624 by sam@sam_ebb on 2004/11/08 19:04:27 s/inline/__inline/ Affected files ... .. //depot/projects/wifi/sys/net80211/ieee80211_crypto.h#3 edit Differences ... ==== //depot/projects/wifi/sys/net80211/ieee80211_crypto.h#3 (text+ko) ==== @@ -175,7 +175,7 @@ /* * Check and remove any MIC. */ -static inline int +static __inline int ieee80211_crypto_demic(struct ieee80211com *ic, struct ieee80211_key *k, struct mbuf *m) { @@ -186,7 +186,7 @@ /* * Add any MIC. */ -static inline int +static __inline int ieee80211_crypto_enmic(struct ieee80211com *ic, struct ieee80211_key *k, struct mbuf *m) { @@ -199,7 +199,7 @@ * key allocation mechanism insures other state (e.g. * key data) is properly setup before a key is used. */ -static inline void +static __inline void ieee80211_crypto_resetkey(struct ieee80211com *ic, struct ieee80211_key *k, u_int16_t ix) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411081905.iA8J5IpR044769>
