From: Bruno Randolf Date: Wed, 8 Sep 2010 07:04:38 +0000 (+0900) Subject: ath: Copy key cache management functions from ath9k to ath X-Git-Tag: v2.6.37-rc1~147^2~373^2^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bba5b7329e15555dab90071b24ca84d0afcc635;p=pandora-kernel.git ath: Copy key cache management functions from ath9k to ath Copied the key cache management functions from ath9k (common.c and hw.c) to ath/key.c so we can use them from ath5k, later. Minor changes have been made: - renamed ath9k_* to ath_* - replaced ah->caps.keycache_size with common->keymax - removed ATH9K_IS_MIC_ENABLED since it is always true. - the AR_PCU_MIC_NEW_LOC_ENA flag is replaced with (splitmic == 0). Signed-off-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed