diff options
author | Janusz Dziedzic <janusz.dziedzic@tieto.com> | 2014-03-25 00:23:15 +0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-03-25 16:11:23 +0400 |
commit | 73539b406c9011f66bddd2a490ff61e4cdb948bc (patch) | |
tree | 7a5647341c136885028174114cf4ea49029c0eea /drivers/net/wireless/ath/ath10k/txrx.h | |
parent | cf0fd562354bf2da8f98348ffab42826e2c976d4 (diff) | |
download | linux-73539b406c9011f66bddd2a490ff61e4cdb948bc.tar.xz |
ath10k: move rx related functions to htt_rx.c
No functional changes.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/txrx.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/txrx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/txrx.h b/drivers/net/wireless/ath/ath10k/txrx.h index 356dc9c04c9e..aee3e20058f8 100644 --- a/drivers/net/wireless/ath/ath10k/txrx.h +++ b/drivers/net/wireless/ath/ath10k/txrx.h @@ -21,7 +21,6 @@ void ath10k_txrx_tx_unref(struct ath10k_htt *htt, const struct htt_tx_done *tx_done); -void ath10k_process_rx(struct ath10k *ar, struct htt_rx_info *info); struct ath10k_peer *ath10k_peer_find(struct ath10k *ar, int vdev_id, const u8 *addr); |