diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-05-25 17:29:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-05-25 17:29:50 +0000 |
commit | 4a94037da9342803dd1d18a2b933e455c3a34845 (patch) | |
tree | e953e0ae01cb61fd1ac0a590bcd25164ab82ac09 /package/mac80211/patches/601-rt2x00-lib-use-rt2x00dev-irq.patch | |
parent | e2f44e59cb6264655d0dbdd9a23e5a4f052cc789 (diff) | |
download | upstream-4a94037da9342803dd1d18a2b933e455c3a34845.tar.gz upstream-4a94037da9342803dd1d18a2b933e455c3a34845.tar.bz2 upstream-4a94037da9342803dd1d18a2b933e455c3a34845.zip |
mac80211: update to wireless-testing 2010-05-24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21568 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/601-rt2x00-lib-use-rt2x00dev-irq.patch')
-rw-r--r-- | package/mac80211/patches/601-rt2x00-lib-use-rt2x00dev-irq.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/601-rt2x00-lib-use-rt2x00dev-irq.patch b/package/mac80211/patches/601-rt2x00-lib-use-rt2x00dev-irq.patch deleted file mode 100644 index 3921fa0141..0000000000 --- a/package/mac80211/patches/601-rt2x00-lib-use-rt2x00dev-irq.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/net/wireless/rt2x00/rt2x00pci.c -+++ b/drivers/net/wireless/rt2x00/rt2x00pci.c -@@ -206,7 +206,7 @@ void rt2x00pci_uninitialize(struct rt2x0 - /* - * Free irq line. - */ -- free_irq(to_pci_dev(rt2x00dev->dev)->irq, rt2x00dev); -+ free_irq(rt2x00dev->irq, rt2x00dev); - - /* - * Free DMA |