From bb03c545e8fec89bf3b1feae52095b2afd291e84 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 4 Dec 2010 01:32:04 +0000 Subject: mac80211: update to wireless-testing 2010-11-30 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24235 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/520-ath9k_pci_error_fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/mac80211/patches/520-ath9k_pci_error_fix.patch (limited to 'package/mac80211/patches/520-ath9k_pci_error_fix.patch') diff --git a/package/mac80211/patches/520-ath9k_pci_error_fix.patch b/package/mac80211/patches/520-ath9k_pci_error_fix.patch new file mode 100644 index 000000000..b8fcc994b --- /dev/null +++ b/package/mac80211/patches/520-ath9k_pci_error_fix.patch @@ -0,0 +1,13 @@ +--- 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); -- cgit v1.2.3