aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-11-29 01:35:32 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-11-29 01:35:32 +0000
commite6f96b84dd49779d7793d4c1d970b6feadb02377 (patch)
tree2c4ba54d98ffdde2fcbaf16dc5b2e7063471818a
parentcfaad9264e55bdc39109f31bfa05df4b11070c86 (diff)
downloadupstream-e6f96b84dd49779d7793d4c1d970b6feadb02377.tar.gz
upstream-e6f96b84dd49779d7793d4c1d970b6feadb02377.tar.bz2
upstream-e6f96b84dd49779d7793d4c1d970b6feadb02377.zip
add ath_rate_sample, fix module loading on netgear wgt634u
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2561 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/target/linux/package/madwifi/Makefile1
-rw-r--r--openwrt/target/linux/package/madwifi/files/madwifi.modules2
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile
index 81abf892cf8..8811d28f86a 100644
--- a/openwrt/target/linux/package/madwifi/Makefile
+++ b/openwrt/target/linux/package/madwifi/Makefile
@@ -55,6 +55,7 @@ $(IPKG_KMOD_MADWIFI):
cp -fpR $(PKG_BUILD_DIR)/net80211/wlan*.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/ath_hal/ath_hal.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/ath/ath_pci.$(LINUX_KMOD_SUFFIX) \
+ $(PKG_BUILD_DIR)/ath_rate/sample/ath_rate_sample.$(LINUX_KMOD_SUFFIX) \
$(IDIR_KMOD_MADWIFI)/lib/modules/$(LINUX_VERSION)/
$(IPKG_BUILD) $(IDIR_KMOD_MADWIFI) $(PACKAGE_DIR)
diff --git a/openwrt/target/linux/package/madwifi/files/madwifi.modules b/openwrt/target/linux/package/madwifi/files/madwifi.modules
index d5032304059..eb8ca2e8530 100644
--- a/openwrt/target/linux/package/madwifi/files/madwifi.modules
+++ b/openwrt/target/linux/package/madwifi/files/madwifi.modules
@@ -1,6 +1,6 @@
wlan
ath_hal
-ath_rate_onoe
+ath_rate_sample
ath_pci
wlan_acl
wlan_ccmp