From: Daniel Drake Date: Tue, 19 Feb 2013 20:09:47 +0000 (-0500) Subject: mwifiex: don't drop carrier flag over suspend X-Git-Tag: v3.9-rc1~70^2~9^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1499d9fa54a41942973bfc2c4ab12ccc5f1e15de;p=pandora-kernel.git mwifiex: don't drop carrier flag over suspend If the system suspends with mwifiex wifi powered on, and is then woken by an ICMP ping packet, the ping response is discarded by the kernel because the kernel incorrectly thinks there is no carrier. I can't see any valid reason to want to report loss of carrier here, so remove the offending code. Fixes http://dev.laptop.org/ticket/12554 Signed-off-by: Daniel Drake Acked-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed