From 2cb1f03e4cf246a6254c71d84dc00435057fe09e Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Thu, 30 Sep 2010 17:39:36 +0200 Subject: [PATCH] carl9170 firmware: purge undefined function declarations Signed-off-by: Christian Lamparter --- carlfw/include/dma.h | 2 -- carlfw/include/wl.h | 1 - 2 files changed, 3 deletions(-) diff --git a/carlfw/include/dma.h b/carlfw/include/dma.h index e8d813b..0f45e51 100644 --- a/carlfw/include/dma.h +++ b/carlfw/include/dma.h @@ -223,8 +223,6 @@ void dma_init_descriptors(void); void dma_reclaim(struct dma_queue *q, struct dma_desc *desc); void dma_put(struct dma_queue *q, struct dma_desc *desc); void dma_queue_reclaim(struct dma_queue *dst, struct dma_queue *src); -void queue_dump(void); -void wlan_txq_hangfix(const unsigned int queue); static inline __inline bool is_terminator(struct dma_queue *q, struct dma_desc *desc) { diff --git a/carlfw/include/wl.h b/carlfw/include/wl.h index f56303e..4f0c76d 100644 --- a/carlfw/include/wl.h +++ b/carlfw/include/wl.h @@ -259,7 +259,6 @@ static inline __inline __hot void read_tsf(uint32_t *tsf) void wlan_tx(struct dma_desc *desc); void wlan_timer(void); void handle_wlan(void); -void wlan_tx_stuck(const struct carl9170_cmd *cmd, struct carl9170_rsp *rsp); void wlan_cab_flush_queue(const unsigned int vif); void wlan_cab_modify_dtim_beacon(const unsigned int vif, -- 2.31.1