From: Larry Finger Date: Tue, 24 Feb 2015 15:23:01 +0000 (-0600) Subject: rtlwifi: Improve handling of IPv6 packets X-Git-Tag: omap-for-v4.1/fixes-rc1~306^2~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f0345586694a33f828bc6b177fb21eb1702325;p=pandora-kernel.git rtlwifi: Improve handling of IPv6 packets Routine rtl_is_special_data() is supposed to identify packets that need to use a low bit rate so that the probability of successful transmission is high. The current version has a bug that causes all IPv6 packets to be labelled as special, with a corresponding low rate of transmission. A complete fix will be quite intrusive, but until that is available, all IPv6 packets are identified as regular. This patch also removes a magic number. Reported-and-tested-by: Alan Fisher Signed-off-by: Larry Finger Cc: Stable [3.18+] Cc: Alan Fisher Signed-off-by: Kalle Valo --- Reading git-diff-tree failed