commit | 4b6045586f31c7cc49b641a7ad5298b0c379a1c7 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Mon Jul 21 21:03:09 2014 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Jul 22 18:53:52 2014 +0300 |
tree | d1e55edf2c17f713346e688991c1344af98ca286 | |
parent | 708b9bde5d8462d7ce47c1c8ddfc84dd2539e39a [diff] |
ath10k: simplify tx helpers It always bugged me how tid is computed and stored in a temporary var before written to the control buffer. It was confusing and it made it difficult to work with tx helpers. While at it rename the qos workaround function as it was misleading - it's not a workaround but preparation for nwifi tx mode. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>