Message ID | 1248736854-443-1-git-send-email-lrodriguez@atheros.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
On Tuesday 28 July 2009, Luis R. Rodriguez wrote: > These have been around for a while, if there are issues > they should be reported. > > Cc: Ivo van Doorn <IvDoorn@gmail.com> > Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> > --- > > Ivo, is this fair to say? Was surprised to see rt2x00 marked > as experimental still. Well I think removing the experimental flag is fine, the most serious problem with most drivers is the throughput, but I guess that is not a blocker for removing the experimental flag. However please move the experimental flag to rt2800usb, since that driver is very recent and is not working correctly for a lot of people. Thanks, Ivo > drivers/net/wireless/rt2x00/Kconfig | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig > index f970aa2..379da5c 100644 > --- a/drivers/net/wireless/rt2x00/Kconfig > +++ b/drivers/net/wireless/rt2x00/Kconfig > @@ -1,8 +1,8 @@ > menuconfig RT2X00 > tristate "Ralink driver support" > - depends on MAC80211 && WLAN_80211 && EXPERIMENTAL > + depends on MAC80211 && WLAN_80211 > ---help--- > - This will enable the experimental support for the Ralink drivers, > + This will enable the support for the Ralink drivers, > developed in the rt2x00 project <http://rt2x00.serialmonkey.com>. > > These drivers make use of the mac80211 stack. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index f970aa2..379da5c 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig @@ -1,8 +1,8 @@ menuconfig RT2X00 tristate "Ralink driver support" - depends on MAC80211 && WLAN_80211 && EXPERIMENTAL + depends on MAC80211 && WLAN_80211 ---help--- - This will enable the experimental support for the Ralink drivers, + This will enable the support for the Ralink drivers, developed in the rt2x00 project <http://rt2x00.serialmonkey.com>. These drivers make use of the mac80211 stack.
These have been around for a while, if there are issues they should be reported. Cc: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> --- Ivo, is this fair to say? Was surprised to see rt2x00 marked as experimental still. drivers/net/wireless/rt2x00/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)