aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mac.h
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vasanth@atheros.com>2010-04-15 17:38:42 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-04-16 15:43:25 -0400
commit3f3a1c8031fd87a7d0195d0a8e8101d04c283fcc (patch)
tree5846cd9276548dd2a6bf92e21d17b71fc1475533 /drivers/net/wireless/ath/ath9k/mac.h
parent162c3be3780dcb241ce0c9d49626c6cfb90f9f61 (diff)
downloadkernel_samsung_smdk4412-3f3a1c8031fd87a7d0195d0a8e8101d04c283fcc.zip
kernel_samsung_smdk4412-3f3a1c8031fd87a7d0195d0a8e8101d04c283fcc.tar.gz
kernel_samsung_smdk4412-3f3a1c8031fd87a7d0195d0a8e8101d04c283fcc.tar.bz2
ath9k_hw: Move code which populates ds_data to ath9k_hw
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h
index 126a403..f2f4ad2 100644
--- a/drivers/net/wireless/ath/ath9k/mac.h
+++ b/drivers/net/wireless/ath/ath9k/mac.h
@@ -693,7 +693,8 @@ bool ath9k_hw_updatetxtriglevel(struct ath_hw *ah, bool bIncTrigLevel);
bool ath9k_hw_stoptxdma(struct ath_hw *ah, u32 q);
void ath9k_hw_filltxdesc(struct ath_hw *ah, struct ath_desc *ds,
u32 segLen, bool firstSeg,
- bool lastSeg, const struct ath_desc *ds0);
+ bool lastSeg, const struct ath_desc *ds0,
+ dma_addr_t buf_addr);
void ath9k_hw_cleartxdesc(struct ath_hw *ah, struct ath_desc *ds);
int ath9k_hw_txprocdesc(struct ath_hw *ah, struct ath_desc *ds,
struct ath_tx_status *ts);