From: Adrian Bunk Date: Sat, 21 Jan 2006 00:35:15 +0000 (+0100) Subject: [PATCH] AIRO{,_CS} <-> CRYPTO fixes X-Git-Tag: v2.6.17-rc1~1186^2~64^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a39d3e796cd2df8576c0418faa2c3833153bb3a9;p=pandora-kernel.git [PATCH] AIRO{,_CS} <-> CRYPTO fixes CRYPTO is a helper variable, and to make it easier for users, it should therefore select'ed and not be listed in the dependencies. drivers/net/wireless/airo.c requires CONFIG_CRYPTO for compilations. Therefore, AIRO_CS also has to CRYPTO. Additionally, this patch removes the #ifdef's for the non-compiling CRYPTO=n case from drivers/net/wireless/airo.c. Signed-off-by: Adrian Bunk Signed-off-by: John W. Linville --- Reading git-diff-tree failed