From: Malcolm Priestley Date: Mon, 9 Dec 2013 22:28:24 +0000 (+0000) Subject: staging: vt6656: s_uCalculateLinkQual use netstats rx values X-Git-Tag: v3.14-rc1~150^2~482 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a450f9a7a1257ec7ec72e6397a4f9980eab68d8;p=pandora-kernel.git staging: vt6656: s_uCalculateLinkQual use netstats rx values Use netstats rx_packets and rx_frame_errors. Add frame errors to RXbBulkInProcessData The current scStatistic.RxFcsErrCnt only records USB errors not frame errors. The scStatistic.RxOkCnt only recorded successful USB transfers not actual successfully received packets. So a more accurate reading is to use netstats rx_packets and rx_frame_errors. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed