From: Sujith Manoharan Date: Mon, 16 Sep 2013 05:07:01 +0000 (+0530) Subject: ath9k: Remove incorrect diversity initialization X-Git-Tag: v3.13-rc1~105^2~225^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551ed409690d05a3af7a330b188501fd1593e6af;p=pandora-kernel.git ath9k: Remove incorrect diversity initialization Fast antenna diversity is required only for single chain chips and the diversity initialization is done in the per-family board setup routines. Enabling of diversity should be done based on the calibrated EEPROM/OTP data, doing it for all chips is incorrect. Remove the code that sets the fast_div bit for all cards, since the documentation for the AR_PHY_CCK_DETECT register says: reg 642: sig_detect_cck enable_ant_fast_div : Only used for single chain chips. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed