summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap
diff options
context:
space:
mode:
authorMichal Piotrowski2008-01-28 23:12:32 +0100
committerDavid S. Miller2008-02-01 04:26:50 +0100
commit709365af80631b6831c9ee0a4e34510ad86d9b8b (patch)
tree2d870215287f920a1caa3083f0bf8df7555c5a81 /drivers/net/wireless/hostap
parentwireless: iwlwifi3945/4965 - fix incorrect counting of memory (diff)
downloadkernel-qcow2-linux-709365af80631b6831c9ee0a4e34510ad86d9b8b.tar.gz
kernel-qcow2-linux-709365af80631b6831c9ee0a4e34510ad86d9b8b.tar.xz
kernel-qcow2-linux-709365af80631b6831c9ee0a4e34510ad86d9b8b.zip
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>
Diffstat (limited to 'drivers/net/wireless/hostap')
-rw-r--r--drivers/net/wireless/hostap/hostap_80211.h5
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 d6b9362a3d5c..3694b1eba521 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,