From: Michal Piotrowski Date: Mon, 28 Jan 2008 22:12:32 +0000 (+0200) Subject: hostap_80211.h: remove duplicate prototype X-Git-Tag: v3.12-rc1~23980^2~151 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=709365af80631b6831c9ee0a4e34510ad86d9b8b;p=kernel%2Fkernel-generic.git 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 Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- 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,