linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ben Greear <greearb@candelatech.com>
To: "Luis R. Rodriguez" <lrodriguez@Atheros.com>
Cc: "Luis R. Rodriguez" <mcgrof@gmail.com>,
	ath9k <ath9k-devel@venema.h4ckr.net>,
	linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [ath9k-devel] trying to set tx power (using txpower option)
Date: Fri, 08 Oct 2010 10:07:38 -0700	[thread overview]
Message-ID: <4CAF4FDA.8060908@candelatech.com> (raw)
In-Reply-To: <20101008165232.GI10149@tux>

On 10/08/2010 09:52 AM, Luis R. Rodriguez wrote:
> On Fri, Oct 08, 2010 at 09:48:48AM -0700, Ben Greear wrote:

>>> You can use bugzilla.kernel.org please report it there and we can fix
>>> it. I can't look into right now though as I'm looking into another
>>> issue. If someone else has cycles it would be appreciated.
>>
>> I might be able to work on this,
>
> awesome, thanks!
>
>> in wireless-testing tree at least.
>
> All development is assumed to take places on wireless-testing.git anyway, and
> to send a fix for older kernels we first must address it there so indeed
> its always the right place to do development, even for stable.

This doesn't seem to be an ath9k issue.

Well, the command fails because of this check (mbm is 20 in his case)
cfg.c:
	case NL80211_TX_POWER_FIXED:
		if (mbm < 0 || (mbm % 100))
			return -EOPNOTSUPP;

That mbm % 100 looks quite strange to me..any idea what that is supposed to
accomplish?

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


  reply	other threads:[~2010-10-08 17:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <SNT111-W333C4BA6050D535151071FFB690@phx.gbl>
     [not found] ` <SNT111-W2989DC6A52022428756E6FB500@phx.gbl>
     [not found]   ` <20101008111221.5425.qmail@stuge.se>
     [not found]     ` <AANLkTimAfH8ChkjwFB7e2kMbJyxaZQZMSxTcThva=jgN@mail.gmail.com>
     [not found]       ` <SNT111-W21A1F92DC5DADE5968C8CCFB500@phx.gbl>
2010-10-08 16:45         ` [ath9k-devel] trying to set tx power (using txpower option) Luis R. Rodriguez
2010-10-08 16:48           ` Ben Greear
2010-10-08 16:52             ` Luis R. Rodriguez
2010-10-08 17:07               ` Ben Greear [this message]
2010-10-08 17:12                 ` Johannes Berg
2010-10-08 17:24                   ` Ben Greear
2010-10-08 17:28                     ` Johannes Berg
2010-10-08 17:38                       ` Ben Greear
2010-10-08 17:41                     ` David Lamparter
2010-10-08 18:00                       ` David Willmore
2010-10-08 18:05                         ` Johannes Berg
2010-10-08 23:10                           ` David Willmore

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=4CAF4FDA.8060908@candelatech.com \
    --to=greearb@candelatech.com \
    --cc=ath9k-devel@venema.h4ckr.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lrodriguez@Atheros.com \
    --cc=mcgrof@gmail.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).