From: Lukasz Rymanowski Date: Thu, 14 Aug 2014 07:35:34 +0000 (+0200) Subject: Bluetooth: Fix ERTM L2CAP resend packet X-Git-Tag: fixes-against-v3.18-rc2~81^2~133^2~84^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13cac15296afe7e42088ecfcd0f1d4b658248c46;p=pandora-kernel.git Bluetooth: Fix ERTM L2CAP resend packet I-Frame which is going to be resend already has FCS field added and set (if it was required). Adding additional FCS field calculated from data + old FCS in resend function is incorrect. This patch fix that. Issue has been found during PTS testing. Signed-off-by: Lukasz Rymanowski Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed