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@xxxxxxxxxxxxxxx>
Candela Technologies Inc http://www.candelatech.com
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html