summaryrefslogtreecommitdiff
path: root/network/rtl-wifi/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/rtl-wifi/README')
-rw-r--r--network/rtl-wifi/README26
1 files changed, 0 insertions, 26 deletions
diff --git a/network/rtl-wifi/README b/network/rtl-wifi/README
deleted file mode 100644
index efc7db71f5..0000000000
--- a/network/rtl-wifi/README
+++ /dev/null
@@ -1,26 +0,0 @@
-rtl-wifi driver SVN release
-
-This script is tested using the svn code from 20080522 and a patch to make it work with the 2.6.24 kernel.
-
-This package provides support to Realtek Wifi cards based on rtl8180 chipsets.
-
-It will compile and install the following modules:
- ieee80211_crypt-rtl
- ieee80211_crypt_wep-rtl
- ieee80211_crypt_tkip-rtl
- ieee80211_crypt_ccmp-rtl
- ieee80211-rtl
- r8180
-
-The rtl-wifi installation instructions indicate that you must remove the
-stock kernel's ieee80211 and mac80211 modules prior to installing
-this package. While this is not something we prefer to do, if you need
-this package, you might feel differently. The instructions suggest the
-following:
- rm -rf /lib/modules/<kernel_version>/kernel/net/ieee80211
- rm -rf /lib/modules/<kernel_version>/kernel/net/mac80211
-We recommend that you move these two directories elsewhere instead so that
-you can easily restore them in the event that you no longer need the
-rtl-wifi package. Be sure to run "depmod -a" after adding or removing
-kernel modules.
-For more information, see http://rtl-wifi.sourceforge.net/wiki/Installing