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 | b674689a98cfba7a782bec4283c8a6fe8d1a41c0 (patch) | |
tree | 9e5b5bd0ab2fc36069886cecb6758156758e0d22 /package/mac80211/patches/601-rt2x00-lib-use-rt2x00dev-irq.patch | |
parent | 7ca97b03d9e3f8128b0f62680d10a25798076ee9 (diff) | |
download | upstream-b674689a98cfba7a782bec4283c8a6fe8d1a41c0.tar.gz upstream-b674689a98cfba7a782bec4283c8a6fe8d1a41c0.tar.bz2 upstream-b674689a98cfba7a782bec4283c8a6fe8d1a41c0.zip |
mac80211: update to wireless-testing 2010-05-24
SVN-Revision: 21568
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 |