Searched hist:"3 b282bc6095f77908cb83427d93f0764e8419fdb" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | diff 3b282bc6095f77908cb83427d93f0764e8419fdb Sun Oct 04 09:23:19 CEST 2015 Vladimir Kondratiev <QCA_vkondrat@QCA.qualcomm.com> wil6210: Add proper handling for invalid frames on Rx
On Rx, when invalid frame is received and dropped, reaping of next frames from Rx ring is stopped.
This stops NAPI polling and re-enables the Rx interrupt.
However, in cases where no more frames received, interrupt will not be triggered and rest of Rx frames will not be processed.
Skip bad frames and continue to reap Rx packets when such frames are encountered, and add statistics for such frames for debug.
Signed-off-by: Hamad Kadmany <qca_hkadmany@qca.qualcomm.com> Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
|
H A D | txrx.c | diff 3b282bc6095f77908cb83427d93f0764e8419fdb Sun Oct 04 09:23:19 CEST 2015 Vladimir Kondratiev <QCA_vkondrat@QCA.qualcomm.com> wil6210: Add proper handling for invalid frames on Rx
On Rx, when invalid frame is received and dropped, reaping of next frames from Rx ring is stopped.
This stops NAPI polling and re-enables the Rx interrupt.
However, in cases where no more frames received, interrupt will not be triggered and rest of Rx frames will not be processed.
Skip bad frames and continue to reap Rx packets when such frames are encountered, and add statistics for such frames for debug.
Signed-off-by: Hamad Kadmany <qca_hkadmany@qca.qualcomm.com> Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
|
H A D | wil6210.h | diff 3b282bc6095f77908cb83427d93f0764e8419fdb Sun Oct 04 09:23:19 CEST 2015 Vladimir Kondratiev <QCA_vkondrat@QCA.qualcomm.com> wil6210: Add proper handling for invalid frames on Rx
On Rx, when invalid frame is received and dropped, reaping of next frames from Rx ring is stopped.
This stops NAPI polling and re-enables the Rx interrupt.
However, in cases where no more frames received, interrupt will not be triggered and rest of Rx frames will not be processed.
Skip bad frames and continue to reap Rx packets when such frames are encountered, and add statistics for such frames for debug.
Signed-off-by: Hamad Kadmany <qca_hkadmany@qca.qualcomm.com> Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
|