commit | 76d164f582150fd0259ec0fcbc485470bcd8033e | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Thu Sep 17 14:29:07 2015 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Sat Sep 26 20:48:25 2015 +0300 |
tree | ba68efee1727f6efcedfd281a62b032f0f74a4e3 | |
parent | c6ea46c6d3df06599daddbf3311744f3130e186c [diff] |
ath10k: fix DMA related firmware crashes on multiple devices Some platforms really don't like DMA bursts of 256 bytes, and this causes the firmware to crash when sending beacons. Also, changing this based on the firmware version does not seem to make much sense, so use 128 bytes for all versions. Cc: stable@vger.kernel.org Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>