From: Larry Finger Date: Mon, 11 Nov 2013 04:11:16 +0000 (-0600) Subject: rtlwifi: rtl8192cu: Fix more pointer arithmetic errors X-Git-Tag: v3.13-rc1~7^2~6^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eafbdde9c5629bea58df07275c5917eb42afbbe7;p=pandora-kernel.git rtlwifi: rtl8192cu: Fix more pointer arithmetic errors This driver uses a number of macros to get and set various fields in the RX and TX descriptors. To work correctly, a u8 pointer to the descriptor must be used; however, in some cases a descriptor structure pointer is used instead. In addition, a duplicated statement is removed. Signed-off-by: Larry Finger Reported-by: Mark Cave-Ayland Cc: Stable Signed-off-by: John W. Linville --- Reading git-diff-tree failed