projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix remaining netif_rx calls in napi polling patch
[openwrt.git]
/
package
/
acx-mac80211
/
patches
/
002-acx_vlynq.diff
diff --git
a/package/acx-mac80211/patches/002-acx_vlynq.diff
b/package/acx-mac80211/patches/002-acx_vlynq.diff
index
69d13f9
..
c488678
100644
(file)
--- a/
package/acx-mac80211/patches/002-acx_vlynq.diff
+++ b/
package/acx-mac80211/patches/002-acx_vlynq.diff
@@
-134,7
+134,7
@@
diff -Nru 1/pci.c 2/pci.c
if (ptr) {
log(L_DEBUG, "%s sz=%d adr=0x%p phy=0x%08llx\n",
if (ptr) {
log(L_DEBUG, "%s sz=%d adr=0x%p phy=0x%08llx\n",
-@@ -4016,10 +4017,37
1
@@
+@@ -4016,10 +4017,37
0
@@
return OK;
}
return OK;
}
@@
-477,7
+477,6
@@
diff -Nru 1/pci.c 2/pci.c
+
+ /* remove dev registration */
+
+
+ /* remove dev registration */
+
-+ free_irq(adev->irq, adev);
+ acx_sem_unlock(adev);
+ vlynq_disable_device(vdev);
+
+ acx_sem_unlock(adev);
+ vlynq_disable_device(vdev);
+
@@
-506,7
+505,7
@@
diff -Nru 1/pci.c 2/pci.c
static const struct pci_device_id acxpci_id_tbl[] __devinitdata = {
{
.vendor = PCI_VENDOR_ID_TI,
static const struct pci_device_id acxpci_id_tbl[] __devinitdata = {
{
.vendor = PCI_VENDOR_ID_TI,
-@@ -4071,7 +443
3
,7 @@
+@@ -4071,7 +443
2
,7 @@
.resume = acxpci_e_resume
#endif /* CONFIG_PM */
};
.resume = acxpci_e_resume
#endif /* CONFIG_PM */
};
@@
-515,7
+514,7
@@
diff -Nru 1/pci.c 2/pci.c
/***********************************************************************
** acxpci_e_init_module
/***********************************************************************
** acxpci_e_init_module
-@@ -4080,7 +444
2
,7 @@
+@@ -4080,7 +444
1
,7 @@
*/
int __init acxpci_e_init_module(void)
{
*/
int __init acxpci_e_init_module(void)
{
@@
-524,7
+523,7
@@
diff -Nru 1/pci.c 2/pci.c
FN_ENTER;
FN_ENTER;
-@@ -4100,10 +446
2
,15 @@
+@@ -4100,10 +446
1
,15 @@
#endif
log(L_INIT,
"acx: " ENDIANNESS_STRING
#endif
log(L_INIT,
"acx: " ENDIANNESS_STRING
@@
-541,7
+540,7
@@
diff -Nru 1/pci.c 2/pci.c
FN_EXIT1(res);
return res;
}
FN_EXIT1(res);
return res;
}
-@@ -4119,7 +448
6
,12 @@
+@@ -4119,7 +448
5
,12 @@
{
FN_ENTER;
{
FN_ENTER;
This page took
0.025684 seconds
and
4
git commands to generate.