]> git.baikalelectronics.ru Git - kernel.git/commit
wcn36xx: move set_tx_pdu inside set_tx_data/mgmt
authorBob Copeland <me@bobcopeland.com>
Fri, 9 Jan 2015 19:15:51 +0000 (14:15 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 23 Jan 2015 17:12:09 +0000 (19:12 +0200)
commit2151b1abe739556c6491229dc9887bb916499bab
tree7bffbc0d014c9d529270a0d4928d10e2ee49bd99
parentf823134a2daed2fb6b9ede123872c2bfb9c53692
wcn36xx: move set_tx_pdu inside set_tx_data/mgmt

The pdu is part of the buffer descriptor, so it makes
sense that one function would fill both.  Also, passing
the whole skb instead of just the header pointer to the
set_tx_data function paves the way for using its fields
for ampdu setup inside set_tx_data().

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wcn36xx/txrx.c