From: Bernhard Schmidt <bschmidt@techwires.net>
To: "Wey-Yi Guy" <wey-yi.w.guy@intel.com>
Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org,
ipw3945-devel@lists.sourceforge.net
Subject: Re: [PATCH 04/14] iwlagn: 2000 series devices support
Date: Sun, 23 Jan 2011 12:25:02 +0100 [thread overview]
Message-ID: <201101231225.03056.bschmidt@techwires.net> (raw)
In-Reply-To: <1295654809-5790-5-git-send-email-wey-yi.w.guy@intel.com>
On Saturday 22 January 2011 01:06:39 Wey-Yi Guy wrote:
> From: Wey-Yi Guy <wey-yi.w.guy@intel.com>
>
> Adding 2000 series devices supports, the 2000 series devices has
> many different SKUs which includes 1x1 and 2x2 devices,also with
> and without BT combo.
>
> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
> [..]
> +
> +#define IWL_DEVICE_2030 \
> + .fw_name_pre = IWL2030_FW_PRE, \
> + .ucode_api_max = IWL2030_UCODE_API_MAX, \
> + .ucode_api_min = IWL2030_UCODE_API_MIN, \
> + .eeprom_ver = EEPROM_2000_EEPROM_VERSION, \
> + .eeprom_calib_ver = EEPROM_2000_TX_POWER_VERSION, \
> + .ops = &iwl2030_ops, \
> + .mod_params = &iwlagn_mod_params, \
> + .base_params = &iwl2030_base_params, \
> + .bt_params = &iwl2030_bt_params, \
> + .need_dc_calib = true, \
> + .need_temp_offset_calib = true, \
> + .led_mode = IWL_LED_RF_STATE, \
> + .adv_pm = true \
> +
> +struct iwl_cfg iwl2030_2bgn_cfg = {
> + .name = "2000 Series 2x2 BGN/BT",
> + IWL_DEVICE_2000,
> + .ht_params = &iwl2000_ht_params,
> +};
> +
> +struct iwl_cfg iwl2030_2bg_cfg = {
> + .name = "2000 Series 2x2 BG/BT",
> + IWL_DEVICE_2000,
> +};
Shouldn't these use the IWL_DEVICE_2030 macro?
--
Bernhard
next prev parent reply other threads:[~2011-01-23 11:27 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-22 0:06 [PATCH 00/14] update for 2.6.39 Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 01/14] iwlwifi: use mac80211 throughput trigger Wey-Yi Guy
2011-01-23 9:05 ` Johannes Berg
2011-01-23 18:05 ` Guy, Wey-Yi
2011-01-22 0:06 ` [PATCH 02/14] iwlagn: remove reference to gen2a and gen2b Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 03/14] iwlagn: add 2000 series EEPROM version Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 04/14] iwlagn: 2000 series devices support Wey-Yi Guy
2011-01-22 1:56 ` [ipw3945-devel] " Gábor Stefanik
2011-01-22 2:12 ` Daniel Halperin
2011-01-22 2:37 ` Gábor Stefanik
2011-01-22 2:37 ` Gábor Stefanik
2011-01-22 3:07 ` Daniel Halperin
2011-01-22 3:55 ` Gábor Stefanik
2011-01-23 11:25 ` Bernhard Schmidt [this message]
2011-01-23 18:12 ` Guy, Wey-Yi
2011-01-22 0:06 ` [PATCH 05/14] iwlagn: add 2000 series pci id Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 06/14] iwlagn: add 2000 series to Kconfig Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 07/14] iwlagn: remove Gen2 from Kconfig Wey-Yi Guy
2011-01-22 1:54 ` [ipw3945-devel] " Gábor Stefanik
2011-01-22 0:06 ` [PATCH 08/14] iwlwifi: remove g2 from csr hw rev Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 09/14] iwlwifi: add hw rev for 2000 series devices Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 10/14] iwlwifi: correct debugfs data dumped from sram Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 11/14] iwlagn: Enable idle powersave mode in 1000 series Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 12/14] iwlwifi: implement remain-on-channel Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 13/14] iwlwifi: replace minimum slot time constant Wey-Yi Guy
2011-01-22 0:06 ` [PATCH 14/14] iwlwifi: initial P2P support Wey-Yi Guy
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=201101231225.03056.bschmidt@techwires.net \
--to=bschmidt@techwires.net \
--cc=ipw3945-devel@lists.sourceforge.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=wey-yi.w.guy@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).