]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ath9k: fix eeprom INI values override for 2GHz-only cards
authorFelix Fietkau <nbd@openwrt.org>
Sat, 23 Jan 2010 19:04:18 +0000 (20:04 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Feb 2010 12:51:01 +0000 (04:51 -0800)
commit1c97637c37d73d0afa0759468eec8132b442452f
tree447f4a8fd7a5ef8d04af3e5de981d61c7b57e50e
parent2c7f87e9dc8167999d4169b58f4be04fd357e9eb
ath9k: fix eeprom INI values override for 2GHz-only cards

commit aa8bc9ef18a2c5b2b97e1f36ee9604cf15743f96 upstream.

Among other changes, this commit:

   commit 06d0f0663e11cab4ec5f2c143a118d71a12fbbe9
   Author: Sujith <Sujith.Manoharan@atheros.com>
   Date:   Thu Feb 12 10:06:45 2009 +0530

   ath9k: Enable Fractional N mode

changed the hw attach code to fix up initialization values only for
dual band devices, however the commit message did not give a reason as
to why this would be useful or necessary.

According to tests by Jorge Boncompte, this breaks at least some
2GHz-only cards, so the code should be changed back to the
unconditional INI fixup.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Reported-by: Jorge Boncompte <jorge@dti2.net>
Tested-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath/ath9k/hw.c