aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/570-ath9k_fix_module_reload.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-12-04 01:32:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-12-04 01:32:04 +0000
commit4fd20e8c50b204be6f1a33a9d27114b8871b2a5d (patch)
tree48f300893b7183822006b4d7c389679f98f858b4 /package/mac80211/patches/570-ath9k_fix_module_reload.patch
parent06878dba1740a0a396d143bedd596c75aeaf4fc7 (diff)
downloadmaster-187ad058-4fd20e8c50b204be6f1a33a9d27114b8871b2a5d.tar.gz
master-187ad058-4fd20e8c50b204be6f1a33a9d27114b8871b2a5d.tar.bz2
master-187ad058-4fd20e8c50b204be6f1a33a9d27114b8871b2a5d.zip
mac80211: update to wireless-testing 2010-11-30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24235 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/570-ath9k_fix_module_reload.patch')
-rw-r--r--package/mac80211/patches/570-ath9k_fix_module_reload.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/mac80211/patches/570-ath9k_fix_module_reload.patch b/package/mac80211/patches/570-ath9k_fix_module_reload.patch
deleted file mode 100644
index b8fcc994b6..0000000000
--- a/package/mac80211/patches/570-ath9k_fix_module_reload.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/pci.c
-+++ b/drivers/net/wireless/ath/ath9k/pci.c
-@@ -255,6 +255,10 @@ static void ath_pci_remove(struct pci_de
- struct ath_wiphy *aphy = hw->priv;
- struct ath_softc *sc = aphy->sc;
- void __iomem *mem = sc->mem;
-+ u16 val;
-+
-+ /* Do a config read to clear pre-existing pci error status */
-+ pci_read_config_word(pdev, PCI_COMMAND, &val);
-
- ath9k_deinit_device(sc);
- free_irq(sc->irq, sc);