Return-path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:35388 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751652Ab1HIScR (ORCPT ); Tue, 9 Aug 2011 14:32:17 -0400 Received: by qwk3 with SMTP id 3so150550qwk.19 for ; Tue, 09 Aug 2011 11:32:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1312914178-9601-1-git-send-email-senthilb@qca.qualcomm.com> References: <1312914178-9601-1-git-send-email-senthilb@qca.qualcomm.com> From: "Luis R. Rodriguez" Date: Tue, 9 Aug 2011 11:31:56 -0700 Message-ID: (sfid-20110809_203222_018871_4B4C4FFE) Subject: Re: [PATCH] ath9k_hw: Fix STA (AR9485) bringup issue due to incorrect MAC address To: Senthil Balasubramanian Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org, Paul Stewart Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Aug 9, 2011 at 11:22 AM, Senthil Balasubramanian wrote: > 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 as 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: Paul Stewart > Signed-off-by: Senthil Balasubramanian I don't follow the description too well, all I can tell from it is that there is an issue if the template has 0x01 set instead of 0x0 but it doesn't tell me why. Luis