diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-11-19 16:56:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-11-19 16:56:44 +0000 |
commit | c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28 (patch) | |
tree | ba70329d3a27aec73afb5e570d568719c96ff89a /package/mac80211/patches/540-ath9k_limit_qlen.patch | |
parent | d46e17548bca2a3557ff598b29f993bfca8474b8 (diff) | |
download | upstream-c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28.tar.gz upstream-c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28.tar.bz2 upstream-c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28.zip |
ath9k: allow run-time change of the chanbw debugfs file
SVN-Revision: 29257
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 0831392ea8..10dde1bf9c 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 -@@ -1685,6 +1685,10 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1729,6 +1729,10 @@ int ath9k_init_debug(struct ath_hw *ah) sc, &fops_wiphy); debugfs_create_file("xmit", S_IRUSR, sc->debug.debugfs_phy, sc, &fops_xmit); |