]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k_hw: Fix STA (AR9485) bringup issue due to incorrect MAC address
authorSenthil Balasubramanian <senthilb@qca.qualcomm.com>
Fri, 19 Aug 2011 13:13:06 +0000 (18:43 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 22 Aug 2011 18:21:41 +0000 (14:21 -0400)
commit997b4141e24a57ba93ae3f34ed73154be59e113e
tree526dcf0b534ae6366ee52c962045e3591025f33d
parentcfd5f491cbe7bd58a7a94d92f23b86e30a9756af
ath9k_hw: Fix STA (AR9485) bringup issue due to incorrect MAC address

Due to some recent optimization done in the way the mac address
bytes are written into the OTP memory, some AR9485 chipsets were
forced to use the first byte from the eeprom template and the
remaining bytes are read from OTP.

AR9485 happens to use generic eeprom template which has 0x1 as
the first byte causes issues in bringing up the card.

So fixed the eeprom template accordingly to address the issue.

Cc: stable@kernel.org
Cc: Paul Stewart <pstew@google.com>
Signed-off-by: Senthil Balasubramanian <senthilb@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c