Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2009 16:41:58 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r195569 - projects/mesh11s/sys/net80211
Message-ID:  <200907101641.n6AGfwv3025750@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sam
Date: Fri Jul 10 16:41:58 2009
New Revision: 195569
URL: http://svn.freebsd.org/changeset/base/195569

Log:
  o remove extra blank lines
  o de-inline

Modified:
  projects/mesh11s/sys/net80211/ieee80211_hwmp.c

Modified: projects/mesh11s/sys/net80211/ieee80211_hwmp.c
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_hwmp.c	Fri Jul 10 16:41:42 2009	(r195568)
+++ projects/mesh11s/sys/net80211/ieee80211_hwmp.c	Fri Jul 10 16:41:58 2009	(r195569)
@@ -107,7 +107,7 @@ static int	hwmp_send_perr(struct ieee802
 static void	hwmp_recv_rann(struct ieee80211vap *, struct ieee80211_node *,
 		   const struct ieee80211_frame *,
 		   const struct ieee80211_meshrann_ie *);
-static __inline int hwmp_send_rann(struct ieee80211_node *,
+static int	hwmp_send_rann(struct ieee80211_node *,
 		    const uint8_t [IEEE80211_ADDR_LEN],
 		    const uint8_t [IEEE80211_ADDR_LEN],
 		    struct ieee80211_meshrann_ie *);
@@ -698,7 +698,6 @@ hwmp_rootmode_rann_cb(void *arg)
 	hwmp_rootmode_setup(vap);
 }
 
-
 #define	PREQ_TFLAGS(n)	preq->preq_targets[n].target_flags
 #define	PREQ_TADDR(n)	preq->preq_targets[n].target_addr
 #define	PREQ_TSEQ(n)	preq->preq_targets[n].target_seq
@@ -1049,7 +1048,7 @@ hwmp_recv_prep(struct ieee80211vap *vap,
 	}
 }
 
-static __inline int
+static int
 hwmp_send_prep(struct ieee80211_node *ni,
     const uint8_t sa[IEEE80211_ADDR_LEN],
     const uint8_t da[IEEE80211_ADDR_LEN],
@@ -1104,7 +1103,6 @@ hwmp_peerdown(struct ieee80211_node *ni)
 #undef	PERR_DADDR
 #undef	PERR_DSEQ
 
-
 #define	PERR_DADDR(n)	perr->perr_dests[n].dest_addr
 #define	PERR_DSEQ(n)	perr->perr_dests[n].dest_seq
 static void
@@ -1154,7 +1152,7 @@ hwmp_recv_perr(struct ieee80211vap *vap,
 #undef	PEER_DADDR
 #undef	PERR_DSEQ
 
-static __inline int
+static int
 hwmp_send_perr(struct ieee80211_node *ni,
     const uint8_t sa[IEEE80211_ADDR_LEN],
     const uint8_t da[IEEE80211_ADDR_LEN],
@@ -1219,7 +1217,7 @@ hwmp_recv_rann(struct ieee80211vap *vap,
 	}
 }
 
-static __inline int
+static int
 hwmp_send_rann(struct ieee80211_node *ni,
     const uint8_t sa[IEEE80211_ADDR_LEN],
     const uint8_t da[IEEE80211_ADDR_LEN],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907101641.n6AGfwv3025750>