ath10k: remove DMA mapping wrappers
authorMichal Kazior <michal.kazior@tieto.com>
Thu, 27 Feb 2014 16:50:03 +0000 (18:50 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 28 Feb 2014 09:58:38 +0000 (11:58 +0200)
commit767d34fc67af3939b8ec09804e2b60a1daf94945
treeace82ca863a712a1611fd9876be5752542f3d8d3
parenta80ddb003a24d10a87e3fbfc2d8e46c54698b585
ath10k: remove DMA mapping wrappers

There's no real benefit from using them. DMA-API
already provides debugging. Some skbuffs are
already mapped directly with DMA-API since wrapper
arguments were insufficient and extending them
would be pointless.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/core.h
drivers/net/wireless/ath/ath10k/htc.c
drivers/net/wireless/ath/ath10k/htt_tx.c
drivers/net/wireless/ath/ath10k/mac.c
drivers/net/wireless/ath/ath10k/txrx.c
drivers/net/wireless/ath/ath10k/wmi.c