hostap_80211.h: remove duplicate prototype

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, February 1, 2008 - 3:59 am

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=709365...
Commit:     709365af80631b6831c9ee0a4e34510ad86d9b8b
Parent:     18904f5839336d7d047fdb20a9e7db87f2942ec9
Author:     Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
AuthorDate: Tue Jan 29 00:12:32 2008 +0200
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Thu Jan 31 19:26:50 2008 -0800

    hostap_80211.h: remove duplicate prototype
    
    There were two identical prototypes for hostap_80211_rx() in
    drivers/net/wireless/hostap/hostap_80211.h.
    
    This patch fixes kernel Bugzilla #8930.
    
    Reported by Christoph Burger-Scheidlin.
    
    Signed-off-by: Adrian Bunk <bunk@kernel.org>
    Signed-off-by: John W. Linville <linville@tuxdriver.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
---
 drivers/net/wireless/hostap/hostap_80211.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/net/wireless/hostap/hostap_80211.h b/drivers/net/wireless/hostap/hostap_80211.h
index d6b9362..3694b1e 100644
--- a/drivers/net/wireless/hostap/hostap_80211.h
+++ b/drivers/net/wireless/hostap/hostap_80211.h
@@ -71,11 +71,6 @@ struct hostap_80211_rx_status {
 	u16 rate; /* in 100 kbps */
 };
 
-
-void hostap_80211_rx(struct net_device *dev, struct sk_buff *skb,
-		     struct hostap_80211_rx_status *rx_stats);
-
-
 /* prism2_rx_80211 'type' argument */
 enum {
 	PRISM2_RX_MONITOR, PRISM2_RX_MGMT, PRISM2_RX_NON_ASSOC,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
hostap_80211.h: remove duplicate prototype, Linux Kernel Mailing ..., (Fri Feb 1, 3:59 am)