From: Sujith Manoharan Date: Fri, 15 Nov 2013 05:16:21 +0000 (+0530) Subject: ath9k: Separate routines for PCOEM and SoC calibration X-Git-Tag: v3.14-rc1~94^2~601^2^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b06c1d7af98f2fbc0c136b668568c873017bd54;p=pandora-kernel.git ath9k: Separate routines for PCOEM and SoC calibration Though there is some overlap between the calibration mechanisms of PC-OEM cards and SoC chip families, dumping both of them into a single function makes things hard to understand. ar9003_hw_init_cal() is unreadable with chip-specific segments scattered around. To make the logic understandable, use different functions for client cards and SoC chips. Some code is duplicated, but in the long run, it makes the code more maintanable. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed