mac80211: remove a WARN_ON that causes compile errors on 2.6.32
[openwrt.git] / package / mac80211 / patches / 580-ath9k_cleanup_set_interrupt.patch
index 8723e50..a93857a 100644 (file)
  
 --- a/drivers/net/wireless/ath/ath9k/recv.c
 +++ b/drivers/net/wireless/ath/ath9k/recv.c
-@@ -1977,7 +1977,7 @@ requeue:
+@@ -1974,7 +1974,7 @@ requeue:
  
        if (!(ah->imask & ATH9K_INT_RXEOL)) {
                ah->imask |= (ATH9K_INT_RXEOL | ATH9K_INT_RXORN);
        mask2 = 0;
 --- a/drivers/net/wireless/ath/ath9k/mac.h
 +++ b/drivers/net/wireless/ath/ath9k/mac.h
-@@ -734,7 +734,7 @@ int ath9k_hw_beaconq_setup(struct ath_hw
+@@ -735,7 +735,7 @@ int ath9k_hw_beaconq_setup(struct ath_hw
  
  /* Interrupt Handling */
  bool ath9k_hw_intrpend(struct ath_hw *ah);
This page took 0.021511 seconds and 4 git commands to generate.