diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-10 12:59:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-10 12:59:36 +0000 |
commit | 92444e39587ef8cac2ec08367510c3a3fd426bf8 (patch) | |
tree | 96118e5200ecef647aef4d04a32f5c878db5408b /package/mac80211/patches/540-ath9k_limit_qlen.patch | |
parent | dfca4895458ac4a0fb9d61c3ad4ca9e98614f38c (diff) | |
download | upstream-92444e39587ef8cac2ec08367510c3a3fd426bf8.tar.gz upstream-92444e39587ef8cac2ec08367510c3a3fd426bf8.tar.bz2 upstream-92444e39587ef8cac2ec08367510c3a3fd426bf8.zip |
mac80211: more patch reorganization, merge an upstream performance optimization patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30865 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/540-ath9k_limit_qlen.patch')
-rw-r--r-- | package/mac80211/patches/540-ath9k_limit_qlen.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/540-ath9k_limit_qlen.patch b/package/mac80211/patches/540-ath9k_limit_qlen.patch index 1ff666d4d3..1847373e8d 100644 --- a/package/mac80211/patches/540-ath9k_limit_qlen.patch +++ b/package/mac80211/patches/540-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 -@@ -1674,6 +1674,10 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1643,6 +1643,10 @@ int ath9k_init_debug(struct ath_hw *ah) &fops_interrupt); debugfs_create_file("xmit", S_IRUSR, sc->debug.debugfs_phy, sc, &fops_xmit); |