All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] hostap_80211.h: remove duplicate prototype
@ 2008-01-28 22:12 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-01-28 22:12 UTC (permalink / raw)
  To: linville, j; +Cc: linux-wireless, linux-kernel, Michal Piotrowski

From: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>

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>

---
diff --git a/drivers/net/wireless/hostap/hostap_80211.h b/drivers/net/wireless/hostap/hostap_80211.h
index cc1ee7f..8466494 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,


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-28 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 22:12 [2.6 patch] hostap_80211.h: remove duplicate prototype Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.