aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mac.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-20 03:08:48 +0100
committerJohn W. Linville <linville@tuxdriver.com>2010-11-24 16:19:41 -0500
commit4f8559383c41262b50dc758e2e310f257ce6a14d (patch)
tree54026eca500815d061e4b7757b041a46b456275b /drivers/net/wireless/ath/ath9k/mac.h
parentfa6e15e0b5952fd2cd99fc6d4f4473f6b9da18df (diff)
downloadkernel_samsung_smdk4412-4f8559383c41262b50dc758e2e310f257ce6a14d.zip
kernel_samsung_smdk4412-4f8559383c41262b50dc758e2e310f257ce6a14d.tar.gz
kernel_samsung_smdk4412-4f8559383c41262b50dc758e2e310f257ce6a14d.tar.bz2
ath9k_hw: remove ath9k_hw_stoppcurecv
It is no longer used anywhere Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/mac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h
index 22907e2..7512f97 100644
--- a/drivers/net/wireless/ath/ath9k/mac.h
+++ b/drivers/net/wireless/ath/ath9k/mac.h
@@ -691,7 +691,6 @@ void ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds,
bool ath9k_hw_setrxabort(struct ath_hw *ah, bool set);
void ath9k_hw_putrxbuf(struct ath_hw *ah, u32 rxdp);
void ath9k_hw_startpcureceive(struct ath_hw *ah, bool is_scanning);
-void ath9k_hw_stoppcurecv(struct ath_hw *ah);
void ath9k_hw_abortpcurecv(struct ath_hw *ah);
bool ath9k_hw_stopdmarecv(struct ath_hw *ah);
int ath9k_hw_beaconq_setup(struct ath_hw *ah);