madwifi: delay calibration with a timer when called from becaon context
[openwrt/staging/chunkeey.git] / package / madwifi / patches / 343-txqueue_races.patch
index 20b6f527cf8dd739e4183c752d7af083175c3f98..a2b14d69a8abd2e04117f03ab93af06c89105e0a 100644 (file)
@@ -2,7 +2,7 @@ Merged from madwifi trunk r3551, r3552
 
 --- a/ath/if_ath.c
 +++ b/ath/if_ath.c
-@@ -8254,6 +8254,17 @@
+@@ -8253,6 +8253,17 @@ ath_tx_processq(struct ath_softc *sc, st
                        goto bf_fail;
                }
  
@@ -22,7 +22,7 @@ Merged from madwifi trunk r3551, r3552
  
 --- a/ath/if_athvar.h
 +++ b/ath/if_athvar.h
-@@ -586,7 +586,8 @@
+@@ -586,7 +586,8 @@ struct ath_vap {
  } while (0)
  #define ATH_TXQ_REMOVE_HEAD(_tq, _field) do { \
        STAILQ_REMOVE_HEAD(&(_tq)->axq_q, _field); \