if_ath: use datalen instead of data in ath_stop_tx_dma_tgt
authorOleksij Rempel <linux@rempel-privat.de>
Sun, 27 Nov 2016 06:52:44 +0000 (07:52 +0100)
committerOleksij Rempel <linux@rempel-privat.de>
Fri, 16 Dec 2016 11:23:26 +0000 (12:23 +0100)
commite9f0b338a161efc530b9a09427f098c1e26529d1
tree8359ab88c122102b362b1215dedceae9751d7e54
parentda5cb4bf53d91fef84c1e9cbac3cbd6134dee875
if_ath: use datalen instead of data in ath_stop_tx_dma_tgt

one more potential issue wich where we use data pointer instead of datalen.

NOTE: Currently this functions seems to be not used.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/if_ath.c