All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Copeland <me@bobcopeland.com>
To: Felix Fietkau <nbd@openwrt.org>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
	"John W. Linville" <linville@tuxdriver.com>,
	Nick Kossifidis <mickflemm@gmail.com>
Subject: Re: [PATCH] ath5k: Clean up eeprom parsing and add missing calibration data
Date: Thu, 20 Nov 2008 22:00:22 -0500	[thread overview]
Message-ID: <20081121030022.GA25726@hash.localnet> (raw)
In-Reply-To: <49257136.2050902@openwrt.org>

On Thu, Nov 20, 2008 at 03:16:22PM +0100, Felix Fietkau wrote:
> +
> +	if (ah->ah_ee_version >= AR5K_EEPROM_VERSION_4_0) {
> +		AR5K_EEPROM_READ_HDR(AR5K_EEPROM_MISC0, ee_misc0);
> +		AR5K_EEPROM_READ_HDR(AR5K_EEPROM_MISC1, ee_misc1);

Can we add the rest here?

+		AR5K_EEPROM_READ_HDR(AR5K_EEPROM_MISC2, ee_misc2);
+		AR5K_EEPROM_READ_HDR(AR5K_EEPROM_MISC3, ee_misc3);
+		AR5K_EEPROM_READ_HDR(AR5K_EEPROM_MISC4, ee_misc4);
+		AR5K_EEPROM_READ_HDR(AR5K_EEPROM_MISC5, ee_misc5);

I'm adding CCMP support and it wants to use AR5K_EEPROM_AES_DIS(ee_misc5).

-- 
Bob Copeland %% www.bobcopeland.com


  reply	other threads:[~2008-11-21  3:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-20 14:16 [PATCH] ath5k: Clean up eeprom parsing and add missing calibration data Felix Fietkau
2008-11-21  3:00 ` Bob Copeland [this message]
2008-11-21  5:21   ` Nick Kossifidis
2008-11-21 14:05     ` Bob Copeland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081121030022.GA25726@hash.localnet \
    --to=me@bobcopeland.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mickflemm@gmail.com \
    --cc=nbd@openwrt.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.