From a26e06cb15efaa9d13180d696715c749725cb99a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 19 Apr 2012 18:32:39 +0000 Subject: mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx power fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31347 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/530-ath9k_limit_qlen.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/mac80211/patches/530-ath9k_limit_qlen.patch') diff --git a/package/mac80211/patches/530-ath9k_limit_qlen.patch b/package/mac80211/patches/530-ath9k_limit_qlen.patch index 5c649ce0ee..5a9275ba73 100644 --- a/package/mac80211/patches/530-ath9k_limit_qlen.patch +++ b/package/mac80211/patches/530-ath9k_limit_qlen.patch @@ -20,7 +20,7 @@ spinlock_t txbuflock; --- a/drivers/net/wireless/ath/ath9k/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c -@@ -1658,6 +1658,10 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1646,6 +1646,10 @@ int ath9k_init_debug(struct ath_hw *ah) &fops_interrupt); debugfs_create_file("xmit", S_IRUSR, sc->debug.debugfs_phy, sc, &fops_xmit); @@ -74,7 +74,7 @@ /* Queue to h/w without aggregation */ TX_STAT_INC(txctl->txq->axq_qnum, a_queued_hw); bf->bf_lastbf = bf; -@@ -1861,22 +1874,11 @@ error: +@@ -1869,22 +1882,11 @@ error: /* FIXME: tx power */ static void ath_tx_start_dma(struct ath_softc *sc, struct sk_buff *skb, @@ -99,7 +99,7 @@ if ((tx_info->flags & IEEE80211_TX_CTL_AMPDU) && tid) { /* -@@ -1908,6 +1910,7 @@ int ath_tx_start(struct ieee80211_hw *hw +@@ -1916,6 +1918,7 @@ int ath_tx_start(struct ieee80211_hw *hw struct ieee80211_vif *vif = info->control.vif; struct ath_softc *sc = hw->priv; struct ath_txq *txq = txctl->txq; @@ -107,7 +107,7 @@ int padpos, padsize; int frmlen = skb->len + FCS_LEN; int q; -@@ -1950,6 +1953,24 @@ int ath_tx_start(struct ieee80211_hw *hw +@@ -1958,6 +1961,24 @@ int ath_tx_start(struct ieee80211_hw *hw setup_frame_info(hw, skb, frmlen); @@ -132,7 +132,7 @@ /* * At this point, the vif, hw_key and sta pointers in the tx control * info are no longer valid (overwritten by the ath_frame_info data. -@@ -1964,7 +1985,7 @@ int ath_tx_start(struct ieee80211_hw *hw +@@ -1972,7 +1993,7 @@ int ath_tx_start(struct ieee80211_hw *hw txq->stopped = true; } -- cgit v1.2.3