From b718813b57964dacdaf30a645cab112760ef1d23 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jul 2012 00:21:25 +0000 Subject: mac80211: update to latest version, fix tx gain patch SVN-Revision: 32655 --- package/mac80211/patches/570-ath9k_config_qlen.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/mac80211/patches/570-ath9k_config_qlen.patch') diff --git a/package/mac80211/patches/570-ath9k_config_qlen.patch b/package/mac80211/patches/570-ath9k_config_qlen.patch index b0c573d31a..fcdcec665c 100644 --- a/package/mac80211/patches/570-ath9k_config_qlen.patch +++ b/package/mac80211/patches/570-ath9k_config_qlen.patch @@ -20,7 +20,7 @@ } --- a/drivers/net/wireless/ath/ath9k/xmit.c +++ b/drivers/net/wireless/ath/ath9k/xmit.c -@@ -1988,7 +1988,8 @@ int ath_tx_start(struct ieee80211_hw *hw +@@ -1987,7 +1987,8 @@ int ath_tx_start(struct ieee80211_hw *hw ath_txq_lock(sc, txq); if (txq == sc->tx.txq_map[q] && @@ -30,7 +30,7 @@ ieee80211_stop_queue(sc->hw, q); txq->stopped = true; } -@@ -2047,7 +2048,8 @@ static void ath_tx_complete(struct ath_s +@@ -2046,7 +2047,8 @@ static void ath_tx_complete(struct ath_s if (WARN_ON(--txq->pending_frames < 0)) txq->pending_frames = 0; @@ -42,7 +42,7 @@ } --- a/drivers/net/wireless/ath/ath9k/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c -@@ -1702,6 +1702,14 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1701,6 +1701,14 @@ int ath9k_init_debug(struct ath_hw *ah) &fops_interrupt); debugfs_create_file("xmit", S_IRUSR, sc->debug.debugfs_phy, sc, &fops_xmit); -- cgit v1.2.3