d80211: 80211n

2007-01-09 Thread mohamed Abbas
is there any one working on the implementation of 11n to d80211 stack? I have been trying to add 11n support to d80211 stack and wondering if someone else doing the same so we can coordinate our work. I was able to parse and add IE information, handling Rx aggregation and handling 11n action frame

d80211: 80211n

2007-01-09 Thread mohamed Abbas
is there any one working on the implementation of 11n to d80211 stack? I have been trying to add 11n support to d80211 stack and wondering if someone else doing the same so we can coordinate our work. I was able to parse and add IE information, handling Rx aggregation and handling 11n action frame

d80211 and SMP issues

2006-12-22 Thread mohamed Abbas
Hi Sorry if you receive this email twice, my email is acting a little weird. I was looking at SMP issues in d80211 stack, below in my finding. I did change the d80211 stack to add SMP safety code. I will email these patches later after I update them with what ever feedback I will get back. The

Fwd: d80211 and SMP

2006-12-22 Thread mohamed Abbas
Hi I was looking at SMP issues in d80211 stack, below in my finding. I did change the d80211 stack to add SMP safety code. I will email these patches later after I update them with what ever feedback I will get back. The D80211 stack has many entry points; this could leads to race conditions a

roaming support for d80211 stack

2006-09-05 Thread Mohamed Abbas
Hi Are there any one working on roaming support for d80211 stack? Thanks Mohamed - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/2]d80211: add hardware scan callback

2006-08-30 Thread Mohamed Abbas
3945 firmware and hardware still do time critical functions like Beaconing and power management. This restrict us once associated to switch channel from the driver. we need to unassociated first before switching to a new channel. Because of this restriction while associated we can only call s

Re: [PATCH 2/7] d80211: add support for SIOCSIWRATE and SIOCGIWRATE

2006-08-30 Thread Mohamed Abbas
Jouni Malinen wrote: On Mon, Aug 28, 2006 at 01:45:34PM -0700, mabbas wrote: This patch modify d80211 to add SIOCSIWRATE and SIOCGIWRATE commands. this patch almost does the same thing as in PRISM2_HOSTAPD_SET_RATE_SETS. I don't think I would like to get this applied since this seem

Re: [PATCH 5/7] d80211: indicate if unassociate/radio off status

2006-08-29 Thread Mohamed Abbas
Jouni Malinen wrote: On Mon, Aug 28, 2006 at 02:17:34PM -0700, Michael Wu wrote: It would be helpful if you inlined your patches instead of attaching them next time. Agreed. I'm not comfortable with using the name for this purpose. And agreed. wireless.h has this to say a

Re: [PATCH 01/3] d80211: add support for SIOCSIWRATE, SIOCSIWTXPOW and SIOCSIWPOWER

2006-08-25 Thread Mohamed Abbas
I will separate each pair of S/G in separate patch so it will be easier to discuss each set separately. I will provide the patch this weekend taking into account the comments provided Thanks Mohamed Jouni Malinen wrote: On Mon, Aug 21, 2006 at 05:30:22PM -0700, Mohamed Abbas wrote: the

[PATCH 03/3] d80211: adhoc

2006-08-21 Thread Mohamed Abbas
This a small patch allow IBSS network to recieve management frame. Thanks Mohamed diff --git a/net/d80211/ieee80211_sta.c b/net/d80211/ieee80211_sta.c index 8caf352..1153932 100644 --- a/net/d80211/ieee80211_sta.c +++ b/net/d80211/ieee80211_sta.c @@ -1716,7 +1710,8 @@ void ieee80211_sta_rx_mgmt(st

[PATCH 02/3] d80211: iwlist scan

2006-08-21 Thread Mohamed Abbas
This patch enhance iwlist scan to dispaly supported rate with readable format. It also add a macro to convert channel to freq value. this macro is needed in ieee80211_rx_bss_info. In 3945 we issues a host scan command to perform scanning which will cause in setting the freq to the wrong value.

[PATCH 01/3] d80211: add support for SIOCSIWRATE, SIOCSIWTXPOW and SIOCSIWPOWER

2006-08-21 Thread Mohamed Abbas
the attached patch will add support to handle these iw_handle SIOC[S/G]IWRATE, SIOC[S/G]IWTXPOW and SIOC[S/G]IWPOWER. It also added some changes in ieee80211_ioctl_giwrange function to report supported channels and rates. a call to ieee80211_hw_config is needed to infor the low level driver

Re: 3945 driver using d80211

2006-08-09 Thread Mohamed Abbas
For 3945 a lot of functionalities were moved to the driver level, what kept in the firmware is basically some timely related functions like beacon in IBSS mode but the beacon frame is provided by the driver and the firmware is responsible to send it according to the timing constrains. Also scan

Re: d80211 merge plans

2006-08-09 Thread Mohamed Abbas
David Miller wrote: From: Michael Buesch <[EMAIL PROTECTED]> Date: Wed, 9 Aug 2006 07:03:41 +0200 I am wondering about d80211 mainline merge plans. I think this is a non-started until the SMP problems are worked out. Is it still SMP challenged? - To unsubscribe from this list: send

3945 driver using d80211

2006-08-08 Thread Mohamed Abbas
at work on d80211. Thanks Mohamed Abbas - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html