diff options
author | Lior David <liord@codeaurora.org> | 2019-09-10 16:46:41 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-09-12 18:07:45 +0300 |
commit | 055c8a71eb5ba2f42c387511e86452ef07cd9c09 (patch) | |
tree | ce61bf84f1c3de95673c49ceae493ac852e88e8b /kernel | |
parent | 0e698cd0b94c1bf2c9311d6c1a6ba9dd32cd73de (diff) | |
download | linux-055c8a71eb5ba2f42c387511e86452ef07cd9c09.tar.bz2 |
wil6210: fix RX short frame check
The short frame check in wil_sring_reap_rx_edma uses
skb->len which store the maximum frame length. Fix
this to use dmalen which is the actual length of
the received frame.
Signed-off-by: Lior David <liord@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions