ath9k: merge compile error fix from r23912
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Nov 2010 13:53:06 +0000 (13:53 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Nov 2010 13:53:06 +0000 (13:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23913 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/mac80211/patches/572-ath9k_xmit_queue_cleanup.patch

index 359cf5d035ac7eade8eace1a915bc2e7d3618aa3..3e99c080af73d74f578f6dbe7e850d2b0f6f6f12 100644 (file)
  void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);
  
  #else
+@@ -199,7 +199,6 @@ static inline void ath_debug_stat_interr
+ }
+ static inline void ath_debug_stat_tx(struct ath_softc *sc,
+-                                   struct ath_txq *txq,
+                                    struct ath_buf *bf,
+                                    struct ath_tx_status *ts)
+ {