projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a menuconfig option for enabling KALLSYMS for the kernel
[openwrt.git]
/
package
/
mac80211
/
patches
/
404-ath9k-introduce-bus-specific-cleanup-routine.patch
diff --git
a/package/mac80211/patches/404-ath9k-introduce-bus-specific-cleanup-routine.patch
b/package/mac80211/patches/404-ath9k-introduce-bus-specific-cleanup-routine.patch
index
6076f49
..
5fbb4fc
100644
(file)
--- a/
package/mac80211/patches/404-ath9k-introduce-bus-specific-cleanup-routine.patch
+++ b/
package/mac80211/patches/404-ath9k-introduce-bus-specific-cleanup-routine.patch
@@
-1,11
+1,13
@@
-From 7
524b77fe24a4464b08a2ac987ec22711a4f2027
Mon Sep 17 00:00:00 2001
+From 7
2542311c85de25b6f612e8de8cfdeb96efe7308
Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Mon, 5 Jan 2009 10:59:29 +0100
From: Gabor Juhos <juhosg@openwrt.org>
Date: Mon, 5 Jan 2009 10:59:29 +0100
-Subject: [PATCH v
2
04/11] ath9k: introduce bus specific cleanup routine
+Subject: [PATCH v
3
04/11] ath9k: introduce bus specific cleanup routine
We have left only some PCI specific cleanup code. We have to convert
them as well.
We have left only some PCI specific cleanup code. We have to convert
them as well.
+Changes-licensed-under: ISC
+
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
---
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
---
@@
-51,7
+53,7
@@
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
/* return bus cachesize in 4B word units */
/* return bus cachesize in 4B word units */
-@@ -126
7,13 +1268
,7 @@ static int ath_start_rfkill_poll(struct
+@@ -126
9,13 +1270
,7 @@ static int ath_start_rfkill_poll(struct
rfkill_free(sc->rf_kill.rfkill);
/* Deinitialize the device */
rfkill_free(sc->rf_kill.rfkill);
/* Deinitialize the device */
@@
-66,7
+68,7
@@
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
return -EIO;
} else {
sc->sc_flags |= SC_OP_RFKILL_REGISTERED;
return -EIO;
} else {
sc->sc_flags |= SC_OP_RFKILL_REGISTERED;
-@@ -128
4,6 +1279
,14 @@ static int ath_start_rfkill_poll(struct
+@@ -128
6,6 +1281
,14 @@ static int ath_start_rfkill_poll(struct
}
#endif /* CONFIG_RFKILL */
}
#endif /* CONFIG_RFKILL */
@@
-81,7
+83,7
@@
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
static void ath_detach(struct ath_softc *sc)
{
struct ieee80211_hw *hw = sc->hw;
static void ath_detach(struct ath_softc *sc)
{
struct ieee80211_hw *hw = sc->hw;
-@@ -25
29,8 +2532
,18 @@ ath_rf_name(u16 rf_version)
+@@ -25
38,8 +2541
,18 @@ ath_rf_name(u16 rf_version)
return "????";
}
return "????";
}
@@
-100,7
+102,7
@@
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
};
static int ath_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
};
static int ath_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
-@@ -26
37,6 +2650
,8 @@ static int ath_pci_probe(struct pci_dev
+@@ -26
46,6 +2659
,8 @@ static int ath_pci_probe(struct pci_dev
goto bad4;
}
goto bad4;
}
@@
-109,7
+111,7
@@
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
ah = sc->sc_ah;
printk(KERN_INFO
"%s: Atheros AR%s MAC/BB Rev:%x "
ah = sc->sc_ah;
printk(KERN_INFO
"%s: Atheros AR%s MAC/BB Rev:%x "
-@@ -26
67,13 +2682
,7 @@ static void ath_pci_remove(struct pci_de
+@@ -26
76,13 +2691
,7 @@ static void ath_pci_remove(struct pci_de
struct ieee80211_hw *hw = pci_get_drvdata(pdev);
struct ath_softc *sc = hw->priv;
struct ieee80211_hw *hw = pci_get_drvdata(pdev);
struct ath_softc *sc = hw->priv;
This page took
0.02834 seconds
and
4
git commands to generate.