2012-02-12 06:32:09

by Sivakumar Pothireddy

[permalink] [raw]
Subject: Regarding RTL8191SU-GR


Dear All,
We have a Unigen device(UGWDR82NUH50) which uses RTL8191SU-GR Wi-Fi chipset.
We know that this device will work in Client mode in Linux-3.0 using the staging driver i.e. r8712u.
Our task was to make the device to run as Access point with mac80211 and nl80211.
In this regard i have few queries which are very important for us to proceed.

1) Will the same firmware used for client supports AP mode or not?
2) If it supports , does the driver code has enough calls to send the commands for AP?
3) We currently doenst have a datasheet for RTL8191SU-GR, so without having the knowledge of register set ,
can we proceed?, i mean the current driver and firmware had the commands to support AP?

It would be of great help if can look in to this and reply ASAP,

Thanks in Advance and waiting for your reply
Siva




________________________________

DISCLAIMER:

This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech or [email protected] and delete the original message.


2012-02-12 16:00:03

by Larry Finger

[permalink] [raw]
Subject: Re: Regarding RTL8191SU-GR

On 02/12/2012 12:22 AM, Sivakumar Pothireddy wrote:
>
> Dear All,
> We have a Unigen device(UGWDR82NUH50) which uses RTL8191SU-GR Wi-Fi chipset.
> We know that this device will work in Client mode in Linux-3.0 using the staging driver i.e. r8712u.
> Our task was to make the device to run as Access point with mac80211 and nl80211.
> In this regard i have few queries which are very important for us to proceed.
>
> 1) Will the same firmware used for client supports AP mode or not?
> 2) If it supports , does the driver code has enough calls to send the commands for AP?
> 3) We currently doenst have a datasheet for RTL8191SU-GR, so without having the knowledge of register set ,
> can we proceed?, i mean the current driver and firmware had the commands to support AP?
>
> It would be of great help if can look in to this and reply ASAP,

This topic has been discussed several times in this mailing list. The driver
works in ad-hoc mode, and would probably work in AP mode, if one has a suitable
equivalent of hostapd that would work with it. The latest versions of hostapd
are tailored toward the nl80211 interface; however, r8712u does hot use the
mac80211-based stack. As the wireless extensions interface is not sufficient to
implement an AP, it follows that r8712u will not work as an AP. The firmware
might, or might not work - there is no way to test.

The way to go would be to write a driver for the RTL8191SU that uses rtlwifi and
a new driver rtl8192su for these USB devices that works with mac80211. Such a
driver is on my todo list, but it has low priority.

Note: I do not have a datasheet for the device either. My feeling is that a
study of drivers r8712u and rtl8192se would provide sufficient information. The
underlying wireless chip is nearly the same as that of the RTL8192SE - only the
USB interconnect is different.

Larry