aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
commit34ed62aa629ff83312572467b5c77c9e9be2e812 (patch)
tree5b2c6f7f1a90ddd05e706bbe1dbce54223eea283 /package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch
parent57b646437387903388f79b4c521b7f4f453320af (diff)
downloadmaster-187ad058-34ed62aa629ff83312572467b5c77c9e9be2e812.tar.gz
master-187ad058-34ed62aa629ff83312572467b5c77c9e9be2e812.tar.bz2
master-187ad058-34ed62aa629ff83312572467b5c77c9e9be2e812.zip
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/440-ath5k_channel_bw_debugfs.patch')
-rw-r--r--package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch7
1 files changed, 2 insertions, 5 deletions
diff --git a/package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch b/package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch
index 0d53d5c037..ec33376acf 100644
--- a/package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch
+++ b/package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch
@@ -9,11 +9,9 @@ Other devices will need to be added to the switch in write_file_bwmode
drivers/net/wireless/ath/ath5k/debug.c | 86 ++++++++++++++++++++++++++++++++
1 files changed, 86 insertions(+), 0 deletions(-)
-diff --git a/drivers/net/wireless/ath/ath5k/debug.c b/drivers/net/wireless/ath/ath5k/debug.c
-index 8c5ce8b..bb41066 100644
--- a/drivers/net/wireless/ath/ath5k/debug.c
+++ b/drivers/net/wireless/ath/ath5k/debug.c
-@@ -815,6 +815,89 @@ static const struct file_operations fops_ani = {
+@@ -812,6 +812,89 @@ static const struct file_operations fops
.llseek = default_llseek,
};
@@ -103,7 +101,7 @@ index 8c5ce8b..bb41066 100644
/* debugfs: queues etc */
-@@ -906,6 +989,9 @@ ath5k_debug_init_device(struct ath5k_hw *ah)
+@@ -903,6 +986,9 @@ ath5k_debug_init_device(struct ath5k_hw
debugfs_create_file("beacon", S_IWUSR | S_IRUSR, phydir, ah,
&fops_beacon);
@@ -113,4 +111,3 @@ index 8c5ce8b..bb41066 100644
debugfs_create_file("reset", S_IWUSR, phydir, ah, &fops_reset);
debugfs_create_file("antenna", S_IWUSR | S_IRUSR, phydir, ah,
---