From: Johannes Berg Date: Fri, 7 Aug 2009 22:41:48 +0000 (-0700) Subject: iwlwifi: refactor some thermal throttle code X-Git-Tag: v2.6.32-rc1~703^2~367^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad3b92a5517c043ef30e4b95c4c39a35bbc36be;p=pandora-kernel.git iwlwifi: refactor some thermal throttle code Some of the thermal throttle data structures and code are really very intermingled with the sleep (power) control code. They really do belong together in a way since the thermal throttle code uses powersaving to achieve its goal, but it's making it hard to work on the powersave code. Split this up to make that easier. I've also changed the antenna defines to an enum and used the same enum for RX and TX. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed