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

2006-08-25 Thread Jouni Malinen
On Mon, Aug 21, 2006 at 05:30:22PM -0700, Mohamed Abbas wrote: > 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.

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 at

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

2006-08-23 Thread Jiri Benc
On Mon, 21 Aug 2006 17:30:22 -0700, Mohamed Abbas wrote: > 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

[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