From: mentor Date: Wed, 16 Jan 2008 20:11:38 +0000 (+0000) Subject: Revert some r3164 - was only meant ot have one file in it X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=888266fa0ed53ef99aea793cf250722164286ffa;p=madwifi%2F.git Revert some r3164 - was only meant ot have one file in it git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3167 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/net80211/ieee80211_output.c b/net80211/ieee80211_output.c index 376bcae..28b723d 100644 --- a/net80211/ieee80211_output.c +++ b/net80211/ieee80211_output.c @@ -324,6 +324,7 @@ void ieee80211_parent_queue_xmit(struct sk_buff *skb) { if (dev_queue_xmit(skb) == NET_XMIT_DROP) vap->iv_devstats.tx_dropped++; + } /* diff --git a/net80211/ieee80211_skb.h b/net80211/ieee80211_skb.h index 6c5f9eb..b6d06e0 100644 --- a/net80211/ieee80211_skb.h +++ b/net80211/ieee80211_skb.h @@ -113,9 +113,9 @@ int ieee80211_skb_references(void); #ifdef IEEE80211_DEBUG_REFCNT -int vlan_hwaccel_receive_skb_debug(struct sk_buff *skb, - struct vlan_group *grp, unsigned short vlan_tag, - const char* func, int line); +int vlan_hwaccel_receive_skb_debug(struct sk_buff *skb, + struct vlan_group *grp, unsigned short vlan_tag, + const char* func, int line); int netif_rx_debug(struct sk_buff *skb, const char* func, int line); struct sk_buff * alloc_skb_debug(unsigned int length, gfp_t gfp_mask, const char *func, int line); @@ -137,8 +137,8 @@ struct sk_buff * skb_share_check_debug(struct sk_buff *skb, gfp_t pri, const char *func, int line); void kfree_skb_fast_debug(struct sk_buff *skb, const char* func, int line); -struct sk_buff * skb_unshare_debug(struct sk_buff *skb, gfp_t pri, - const char *func, int line); +struct sk_buff * skb_unshare_debug(struct sk_buff *skb, gfp_t pri, + const char *func, int line); struct sk_buff * skb_copy_expand_debug(const struct sk_buff *skb, int newheadroom, int newtailroom, gfp_t gfp_mask, const char *func, int line);