summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-05-19 10:20:26 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2011-06-01 19:11:00 (GMT)
commit33e6ef4e82f1de4f9a98a86633412390a322e2e8 (patch)
treee7e945669217bab0234f92c895ee9886f8f24a47 /drivers/net/wireless/ath/ath9k/hw.h
parentfce041beb03f93c7a771f0b4b6c45bb71ef90901 (diff)
downloadlinux-fsl-qoriq-33e6ef4e82f1de4f9a98a86633412390a322e2e8.tar.xz
ath9k_hw: remove ath9k_hw_get_desc_link
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/hw.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index 4b157c5..d838178 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -603,7 +603,6 @@ struct ath_hw_ops {
int power_off);
void (*rx_enable)(struct ath_hw *ah);
void (*set_desc_link)(void *ds, u32 link);
- void (*get_desc_link)(void *ds, u32 **link);
bool (*calibrate)(struct ath_hw *ah,
struct ath9k_channel *chan,
u8 rxchainmask,