madwifi: fix antenna selection for ubnt loco2/loco5
[openwrt.git] / package / ar7-atm / patches / 110-interrupt_fix.patch
index dcc55a4..9acb862 100644 (file)
@@ -1,7 +1,6 @@
-diff -ur atm.old/tn7atm.c atm.dev/tn7atm.c
---- atm.old/tn7atm.c   2007-04-20 21:04:28.479287240 +0200
-+++ atm.dev/tn7atm.c   2007-04-20 21:09:05.288205888 +0200
-@@ -568,7 +568,7 @@
+--- a/tn7atm.c
++++ b/tn7atm.c
+@@ -566,7 +566,7 @@ static int turbodsl_check_priority_type(
   *  Description: tnetd73xx SAR interrupt.
   *
   *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -10,7 +9,7 @@ diff -ur atm.old/tn7atm.c atm.dev/tn7atm.c
  {
    struct atm_dev *atmdev;
    Tn7AtmPrivate *priv;
-@@ -595,6 +595,7 @@
+@@ -593,6 +593,7 @@ static void tn7atm_sar_irq (int irq, voi
  #ifdef TIATM_INST_SUPP
    psp_trace_par (ATM_DRV_SAR_ISR_EXIT, retval);
  #endif
@@ -18,7 +17,7 @@ diff -ur atm.old/tn7atm.c atm.dev/tn7atm.c
  }
  
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-@@ -604,7 +604,7 @@
+@@ -602,7 +603,7 @@ static void tn7atm_sar_irq (int irq, voi
   *  Description: tnetd73xx DSL interrupt.
   *
   *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -27,7 +26,7 @@ diff -ur atm.old/tn7atm.c atm.dev/tn7atm.c
  {
    struct atm_dev *atmdev;
    Tn7AtmPrivate *priv;
-@@ -626,6 +626,8 @@
+@@ -624,6 +625,8 @@ static void tn7atm_dsl_irq (int irq, voi
  #ifdef TIATM_INST_SUPP
    psp_trace_par (ATM_DRV_DSL_ISR_EXIT, retval);
  #endif
This page took 0.019635 seconds and 4 git commands to generate.