From: Josh Triplett <josh@joshtriplett.org>
To: linux-wireless@vger.kernel.org
Cc: Jamey Sharp <jamey@minilop.net>
Subject: Re: EINVAL when setting 802.11a channel in Ad-Hoc mode
Date: Tue, 23 Aug 2011 10:41:13 -0700 [thread overview]
Message-ID: <20110823174113.GA3155@leaf> (raw)
In-Reply-To: <20110817025141.GA4529@leaf>
On Tue, Aug 16, 2011 at 07:51:42PM -0700, Josh Triplett wrote:
> We're trying to run 802.11a in Ad-Hoc mode. However, when we get to the
> point of setting the channel, we almost always get EINVAL back from the
> kernel. We ran the following series of commands:
>
> wlan=wlan3
> iwconfig $wlan mode Ad-Hoc
> ifconfig $wlan up
> iwconfig $wlan essid PSAS-flight-computer
> iwconfig $wlan channel 36
>
> The channel command almost always got back an EINVAL. This occurred on
> three different wifi chipsets: a USB ar9170 (with either carl9170 or the
> older ar9170usb driver), a USB rt2800usb, and iwlwifi with a Lenovo
> X220. In the former two cases, it occurs on both x86 (the
> aforementioned X220) and powerpc (an MPC5200).
>
> More strangely, the channel command would *sometimes* successfully set
> the channel without error.
>
> Have we done something wrong with the sequence of commands above? Why
> might we get EINVAL when setting a valid channel? What next steps
> should we take to debug this?
>
> Currently about to compile in function_graph tracing and start walking
> through the execution of SIOCSIWFREQ looking for what generates the
> EINVAL.
Having done that, I managed to track down the source of the problem.
Note that in the script above, I used channel 36 as an example; however,
we tried a couple of other channels that should theoretically work in
the US, such as 136, but those apparently have additional requirements
to use, and it looks like Linux just gives a blanket "no".
As it turns out, we want to use channel 36 anyway, so it doesn't matter
that 136 doesn't work.
- Josh Triplett
prev parent reply other threads:[~2011-08-23 17:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-17 2:51 EINVAL when setting 802.11a channel in Ad-Hoc mode Josh Triplett
2011-08-23 17:41 ` Josh Triplett [this message]
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=20110823174113.GA3155@leaf \
--to=josh@joshtriplett.org \
--cc=jamey@minilop.net \
--cc=linux-wireless@vger.kernel.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 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).