diff options
author | Roberto Neri <rneri@libero.it> | 2012-07-30 01:20:13 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-07-30 01:20:13 -0500 |
commit | 71040f50aeb70f7c4dcff3e6246f8656134eacd4 (patch) | |
tree | 7bfec71d2ca9f27ff84f2d42a59bd113db9d9759 /network/rt5370/README | |
parent | a77891b22da1990072964ac40651f659faf4eaae (diff) | |
download | slackbuilds-71040f50aeb70f7c4dcff3e6246f8656134eacd4.tar.gz |
network/rt5370: Added (driver for Ralink RT5370 USB WLAN Card)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/rt5370/README')
-rw-r--r-- | network/rt5370/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/rt5370/README b/network/rt5370/README new file mode 100644 index 0000000000..045b2e7a0e --- /dev/null +++ b/network/rt5370/README @@ -0,0 +1,9 @@ +This is the Linux device driver for Ralink RT5370 USB ABGN WLAN Card. + +This driver implements basic IEEE802.11 infrastructure and ad-hoc mode +with open or shared or WPA-PSK or WPA2-PSK authentication method. +NONE, WEP, TKIP and AES encryption. + +If you wish to build the package for a kernel different from the running +one, pass its release no. to the script in the KERNEL variable, e.g. +KERNEL=2.6.38.8 ./rt5370.SlackBuild |