From: Malcolm Priestley Date: Tue, 20 Aug 2013 21:49:26 +0000 (+0100) Subject: staging: vt6656: baseband.c BBvCalculateParameter pwPhyLen return endian corrected. X-Git-Tag: v3.12-rc1~183^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ac306e0d41e8da01a59ac9e3a347877d56874a7;p=pandora-kernel.git staging: vt6656: baseband.c BBvCalculateParameter pwPhyLen return endian corrected. In rxtx.c many calls to BBvCaculateParameter are not endian corrected all calls here need to be endian corrected. Correct the endian in BBvCaculateParameter. In card.c: CARDvSetRSPINF pwPhyLen points to awLen and is manually applied to abyData. Because it is now endian corrected put_unaligned is needed to correct it. In rxtx.c remove were endian is corrected. This allows to merge BBvCalculateParameter *pwPhyLen,*pbyPhySrv and *pbyPhySgn to singles structure for tx buffers. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed