PERFORCE change 64624 for review

Sam Leffler sam at FreeBSD.org
Mon Nov 8 11:05:47 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=64624

Change 64624 by sam at 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)
 {


More information about the p4-projects mailing list