diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-10 00:21:25 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-10 00:21:25 +0000 |
commit | b01eb369ce4b236f214c74dc7a30f65474ddf8d3 (patch) | |
tree | 5b2c6f7f1a90ddd05e706bbe1dbce54223eea283 /package/mac80211/patches/570-ath9k_config_qlen.patch | |
parent | 718ffca5834751d2a352dd7a1fc6b9c09b0aeef5 (diff) |
mac80211: update to latest version, fix tx gain patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32655 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/570-ath9k_config_qlen.patch')
-rw-r--r-- | package/mac80211/patches/570-ath9k_config_qlen.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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); |