commit | b8d55fca9e8853d4065a50061ca2aade123e628d | [log] [tgz] |
---|---|---|
author | Yanbo Li <yanbol@qca.qualcomm.com> | Mon Nov 16 22:22:02 2015 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Nov 23 17:12:18 2015 +0200 |
tree | 66c1bfb6066a6c4721f49e789157859e9b58398a | |
parent | 9b1ba7b28e70a1f4066cfa3bebea24953f36feef [diff] |
ath10k: adjust the RX packet pad offset at QCA99X0 4addr mode The QCA99X0 4 addresses RX packets pad 2 bytes at the beginning of MSDU instead the end of ieee80211 header to keep alignment. The currently RX data path can't parse the header correctly in this case. This patch fixes it for QCA99X0. Signed-off-by: Yanbo Li <yanbol@qca.qualcomm.com> [kvalo@qca.qualcomm.com: checkpatch fixes and naming changes] Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>