commit | 0d1a28f241e917d199ad72644edd0d6bb6726577 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Mon Oct 07 20:00:36 2013 -0700 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Oct 08 15:22:33 2013 +0300 |
tree | 0cca4e8eddb40b45d2eb8b2e7f99ad54e6c932a8 | |
parent | 9bab1cc010bf07aed12e3f738528c2f05b53db55 [diff] |
ath10k: fix RX performance when using AP 10.X FW Due to oversight AP 10.X support was merged with Ethernet RX decap mode. Only Native Wifi RX decap mode guarantees IP header is properly aligned and avoids sk_buff data realignment (which is very expensive performance-wise) in mac80211. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>