diff options
author | Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | 2011-07-18 14:23:26 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-08-09 19:45:20 +0300 |
commit | df45f7f92735210ea19a8a358a304ccfd01c1428 (patch) | |
tree | 6150ec2c4a3dde34f97794eaf259baea0efe9602 /drivers/net/wireless/ath/ath6kl/htc_hif.h | |
parent | 23b7840a1b1327fbcc2599e33f50b26d263d5328 (diff) |
ath6kl: Remove callback msg_pending() and used the function directly
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/htc_hif.h')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/htc_hif.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/htc_hif.h b/drivers/net/wireless/ath/ath6kl/htc_hif.h index 5e65f1e28d16..8a8dfddcce8a 100644 --- a/drivers/net/wireless/ath/ath6kl/htc_hif.h +++ b/drivers/net/wireless/ath/ath6kl/htc_hif.h @@ -82,8 +82,6 @@ struct ath6kl_device { u32 block_sz; u32 block_mask; struct htc_target *htc_cnxt; - int (*msg_pending) (struct htc_target *target, u32 lk_ahds[], - int *npkts_fetched); struct hif_dev_scat_sup_info hif_scat_info; int max_rx_bndl_sz; int max_tx_bndl_sz; |