From: Nick Kossifidis Date: Tue, 23 Nov 2010 18:36:45 +0000 (+0200) Subject: ath5k: Reset cleanup and generic cleanup X-Git-Tag: v2.6.38-rc1~476^2~276^2^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9320b5c4a7260d9593102f378201d17e3f030739;p=pandora-kernel.git ath5k: Reset cleanup and generic cleanup * No functional changes * Clean up reset: Introduce init functions for each unit and call them instead of having everything inside ath5k_hw_reset (it's just c/p for now so nothing changes except calling order -I tested it with various cards and it's ok-) * Further cleanups: ofdm_timings belongs to phy.c rate_duration belongs to pcu.c clock functions are general and belong to reset.c (more to follow) * Reorder functions for better organization: We start with helpers and other functions follow in categories, init functions are last Signed-off-by: Nick Kossifidis Signed-off-by: John W. Linville --- Reading git-diff-tree failed