commit | fbc03a466fd48bc8be2e675be948001feea29e4d | [log] [tgz] |
---|---|---|
author | Peter Oh <poh@qca.qualcomm.com> | Wed Jul 15 19:01:19 2015 -0700 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Fri Jul 24 10:44:44 2015 +0300 |
tree | 2e1f386c6fba7b45b7660e0b72b58bec76dbd937 | |
parent | acd195800ffca556e9c78c51d1efe534d71dd236 [diff] |
ath10k: update tx path to support QCA99X0 Since QCA99X0 uses fragmentation descriptor differently from other ones on tx path, we need to handle it separately. QCA99X0 is using 48 bits for address and 16 bits for length out of 2 dword and each values have to be programmed by frag desc base addr + msdu id, so that hardware can retrieve corresponding frag data. Signed-off-by: Peter Oh <poh@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>