| To: | Hauke Mehrtens <hauke@hauke-m.de> |
|---|---|
| Subject: | Re: [PATCH 01/11] ssb: sprom fix some sizes / signedness |
| From: | Rafał Miłecki <zajec5@gmail.com> |
| Date: | Thu, 23 Feb 2012 19:14:17 +0100 |
| Authentication-results: | mr.google.com; spf=pass (google.com: domain of zajec5@gmail.com designates 10.216.139.147 as permitted sender) smtp.mail=zajec5@gmail.com; dkim=pass header.i=zajec5@gmail.com |
| Cc: | linville@tuxdriver.com, b43-dev@lists.infradead.org, linux-mips@linux-mips.org, linux-wireless@vger.kernel.org, arend@broadcom.com, m@bues.ch |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=FpBNnWKLBLd77dLhpimfJ2cGjbMI5uU8Knw6/XZEpLE=; b=paffGuJUkcck+BHYZf8CWRvyY4rDsPJOBniu9qtVTa0C1tNQlu/QtJfaWE7GE6iykt hLr6JR+bldAVHJb8NAPI+bTY11LJAVP1Vqv9myiSQ3nA3O1K3b0KSc2cYEKqNCNdCLas wedlCwVu7Iv6W8fa6ulWucRbVsxXxY8Hh+RO8= |
| In-reply-to: | <1329676345-15856-2-git-send-email-hauke@hauke-m.de> |
| References: | <1329676345-15856-1-git-send-email-hauke@hauke-m.de> <1329676345-15856-2-git-send-email-hauke@hauke-m.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
2012/2/19 Hauke Mehrtens <hauke@hauke-m.de>:
> @@ -53,10 +53,10 @@ struct ssb_sprom {
> u8 gpio1; /* GPIO pin 1 */
> u8 gpio2; /* GPIO pin 2 */
> u8 gpio3; /* GPIO pin 3 */
> - u16 maxpwr_bg; /* 2.4GHz Amplifier Max Power (in dBm Q5.2) */
> - u16 maxpwr_al; /* 5.2GHz Amplifier Max Power (in dBm Q5.2) */
> - u16 maxpwr_a; /* 5.3GHz Amplifier Max Power (in dBm Q5.2) */
> - u16 maxpwr_ah; /* 5.8GHz Amplifier Max Power (in dBm Q5.2) */
> + u8 maxpwr_bg; /* 2.4GHz Amplifier Max Power (in dBm Q5.2) */
> + u8 maxpwr_al; /* 5.2GHz Amplifier Max Power (in dBm Q5.2) */
> + u8 maxpwr_a; /* 5.3GHz Amplifier Max Power (in dBm Q5.2) */
> + u8 maxpwr_ah; /* 5.8GHz Amplifier Max Power (in dBm Q5.2) */
> u8 itssi_a; /* Idle TSSI Target for A-PHY */
> u8 itssi_bg; /* Idle TSSI Target for B/G-PHY */
> u8 tri2g; /* 2.4GHz TX isolation */
Just a note in case you're going to develop ssb/bcma/b43/brcm code.
Please note we're trying to switch from properties you modified to
struct ssb_sprom_core_pwr_info.
The patch still looks fine.
--
Rafał
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: SMP MIPS and Linux 3.2, John Crispin |
|---|---|
| Next by Date: | [PATCH] staging/octeon: Fix PHY binding in octeon-ethernet driver., David Daney |
| Previous by Thread: | [PATCH 01/11] ssb: sprom fix some sizes / signedness, Hauke Mehrtens |
| Next by Thread: | Re: [PATCH 01/11] ssb: sprom fix some sizes / signedness, Hauke Mehrtens |
| Indexes: | [Date] [Thread] [Top] [All Lists] |