On Fri, 2006-09-22 at 08:54 -0500, Larry Finger wrote:
> That sounds perfect as nl80211 seems to be the coming userspace client. Let
> me know how to help.
I'll have to read up on what it actually needs to provide first :)
johannes
-
To unsubscribe from this list: send the line "unsubscribe net
Johannes Berg wrote:
On Fri, 2006-09-22 at 08:24 -0500, Larry Finger wrote:
That project is on hold now, but I'm willing to share the information I have and to participate in
further developments.
The database seems useful, maybe nl80211 could subsume the userspace
interface?
That sounds pe
On Fri, 2006-09-22 at 08:24 -0500, Larry Finger wrote:
> That project is on hold now, but I'm willing to share the information I have
> and to participate in
> further developments.
The database seems useful, maybe nl80211 could subsume the userspace
interface?
johannes
-
To unsubscribe from t
Jiri Benc wrote:
Thu, 21 Sep 2006 15:39:40 -0700, mabbas pise:
if the stack handle it then no need to know. When I call
ieee80211_register_hw with driver's channel, rate and txpower info. the
txpower values are overwritten by ieee80211_init_client. I get all the
txpower info from EEPROMin the
Thu, 21 Sep 2006 15:39:40 -0700, mabbas pise:
> if the stack handle it then no need to know. When I call
> ieee80211_register_hw with driver's channel, rate and txpower info. the
> txpower values are overwritten by ieee80211_init_client. I get all the
> txpower info from EEPROMin the NIC and the
Jiri Benc wrote:
On Thu, 21 Sep 2006 12:57:01 -0700, mabbas wrote:
if the user set txpoer using iwconfig command, the driver will clap all
txpower to this
value for all available channels if channels original txpower is higher
than txpower value.
Looks like a job for the stack.
If th
On Thu, 21 Sep 2006 12:57:01 -0700, mabbas wrote:
> if the user set txpoer using iwconfig command, the driver will clap all
> txpower to this
> value for all available channels if channels original txpower is higher
> than txpower value.
Looks like a job for the stack.
If the stack takes care a
Jiri Benc wrote:
Thu, 21 Sep 2006 09:43:31 -0700, mabbas pise:
What about adding a new callback function fot txpower.
ieee80211_hw_config callback still confusing if txpower was
changed for channel change or because the user setting txpower limit.
Why should the driver care?
Jiri
Thu, 21 Sep 2006 09:43:31 -0700, mabbas pise:
> What about adding a new callback function fot txpower.
> ieee80211_hw_config callback still confusing if txpower was
> changed for channel change or because the user setting txpower limit.
Why should the driver care?
Jiri
--
Jiri Benc
SUSE Labs
Jiri Benc wrote:
Hi,
sorry for the long delay.
On Mon, 28 Aug 2006 13:45:18 -0700, mabbas wrote:
[...]
+static int ieee80211_ioctl_siwtxpow(struct net_device *dev,
+ struct iw_request_info *info,
+union iwreq_data *wrqu,
+char *extra)
+{
+
Hi,
sorry for the long delay.
On Mon, 28 Aug 2006 13:45:18 -0700, mabbas wrote:
> [...]
> +static int ieee80211_ioctl_siwtxpow(struct net_device *dev,
> + struct iw_request_info *info,
> + union iwreq_data *wrqu,
> +
This patch modify d80211 to add SIOCSIWTXPOW, SIOCGIWTXPOW, SIOCSIWPOWER
and SIOCGIWPOWER. This is not a complete soluation but add the hook for
them.
Signed-off-by: Mohamed Abbas <[EMAIL PROTECTED]>
diff --git a/include/net/d80211.h b/include/net/d80211.h
index 42fdbf7..bc5eb87 100644
--- a/i
12 matches
Mail list logo