All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby@gmail.com>
To: ath5k-devel@lists.ath5k.org, linux-wireless@vger.kernel.org,
	linville@tuxdriver.com, mcgrof@gmail.com, me@bobcopeland.com,
	nbd@openwrt.org
Subject: Re: [PATCH 3/3] ath5k: Add tx power calibration support
Date: Tue, 10 Mar 2009 13:47:44 +0100	[thread overview]
Message-ID: <49B66170.5000103@gmail.com> (raw)
In-Reply-To: <20090310103735.GD3341@makis>

On 10.3.2009 11:37, Nick Kossifidis wrote:
>   * Add tx power calibration support
>   * Add a few tx power limits
>   * Hardcode default power to 12.5dB
>   * Disable TPC for now
...
> diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c
> index f7c424d..d9f483b 100644
> --- a/drivers/net/wireless/ath5k/base.c
> +++ b/drivers/net/wireless/ath5k/base.c
> @@ -521,6 +521,7 @@ ath5k_pci_probe(struct pci_dev *pdev,
>   		    IEEE80211_HW_NOISE_DBM;
>
>   	hw->wiphy->interface_modes =
> +		BIT(NL80211_IFTYPE_AP)|
>   		BIT(NL80211_IFTYPE_STATION) |
>   		BIT(NL80211_IFTYPE_ADHOC) |
>   		BIT(NL80211_IFTYPE_MESH_POINT);

Is this a typo or wrongly amended commit :)?

  reply	other threads:[~2009-03-10 12:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-10 10:37 [PATCH 3/3] ath5k: Add tx power calibration support Nick Kossifidis
2009-03-10 12:47 ` Jiri Slaby [this message]
2009-03-10 17:33   ` Nick Kossifidis
  -- strict thread matches above, loose matches on Subject: below --
2009-03-15 20:20 Nick Kossifidis
2009-03-29 19:09 ` Fabio Rossi
2009-03-29 20:35   ` Nick Kossifidis
2009-03-29 20:04     ` Fabio Rossi
2009-03-29 21:23       ` Nick Kossifidis
2009-03-29 21:29         ` Nick Kossifidis
2009-03-30 15:29         ` Fabio Rossi
2009-03-31  8:15           ` Nick Kossifidis
2009-03-31  8:16             ` Nick Kossifidis
2009-03-31  8:26             ` Nick Kossifidis
2009-03-31  9:58             ` Fabio Rossi
2009-03-31 16:06               ` Nick Kossifidis
2009-03-31 16:54                 ` Fabio Rossi

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=49B66170.5000103@gmail.com \
    --to=jirislaby@gmail.com \
    --cc=ath5k-devel@lists.ath5k.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mcgrof@gmail.com \
    --cc=me@bobcopeland.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.