diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 05:56:38 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 05:56:38 (GMT) |
commit | 52f7600bf48a508c3df35c961d413ce715ecb259 (patch) | |
tree | 8b164a4331828773a35f88b0e93d919acac82911 /abs/core-testing/rt2500/kernel-2.6.24.patch | |
parent | 796f8e605258d511b4358b56c686a0317174b003 (diff) | |
download | linhes_pkgbuild-52f7600bf48a508c3df35c961d413ce715ecb259.zip linhes_pkgbuild-52f7600bf48a508c3df35c961d413ce715ecb259.tar.gz linhes_pkgbuild-52f7600bf48a508c3df35c961d413ce715ecb259.tar.bz2 |
rt2x00:Removed modules (now in kernel) for LinHES 7.
Diffstat (limited to 'abs/core-testing/rt2500/kernel-2.6.24.patch')
-rw-r--r-- | abs/core-testing/rt2500/kernel-2.6.24.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core-testing/rt2500/kernel-2.6.24.patch b/abs/core-testing/rt2500/kernel-2.6.24.patch deleted file mode 100644 index 113573f..0000000 --- a/abs/core-testing/rt2500/kernel-2.6.24.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- rt2500-1.1.0-b4/Module/rtmp_main.c~ 2008-01-25 11:13:14.000000000 +0100 -+++ rt2500-1.1.0-b4/Module/rtmp_main.c 2008-01-25 11:17:57.000000000 +0100 -@@ -251,8 +251,6 @@ - goto err_out; - } - -- SET_MODULE_OWNER(net_dev); -- - #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)) - SET_NETDEV_DEV(net_dev, &(pPci_Dev->dev)); - #endif -@@ -392,7 +390,7 @@ - NICDisableInterrupt(pAd); - } - -- status = request_irq(pAd->pPci_Dev->irq, &RTMPIsr, SA_SHIRQ, net_dev->name, net_dev); -+ status = request_irq(pAd->pPci_Dev->irq, &RTMPIsr, IRQF_SHARED, net_dev->name, net_dev); - if (status) - { - goto out_module_put; |