aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/552-ath9k_fix_ani_listen_time.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-07 14:27:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-07 14:27:54 +0000
commit726123e2e142abba72e7dc4da89be79200b506d9 (patch)
treedf87e3e44548906195f7e61c76c9fd769dc0845c /package/mac80211/patches/552-ath9k_fix_ani_listen_time.patch
parentb61a804bf76401468dc014ad730dcba3a1d0f26f (diff)
downloadupstream-726123e2e142abba72e7dc4da89be79200b506d9.tar.gz
upstream-726123e2e142abba72e7dc4da89be79200b506d9.tar.bz2
upstream-726123e2e142abba72e7dc4da89be79200b506d9.zip
mac80211: update to wireless-testing 2010-10-06
SVN-Revision: 23294
Diffstat (limited to 'package/mac80211/patches/552-ath9k_fix_ani_listen_time.patch')
-rw-r--r--package/mac80211/patches/552-ath9k_fix_ani_listen_time.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/552-ath9k_fix_ani_listen_time.patch b/package/mac80211/patches/552-ath9k_fix_ani_listen_time.patch
deleted file mode 100644
index 9d83a02263..0000000000
--- a/package/mac80211/patches/552-ath9k_fix_ani_listen_time.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/ani.c
-+++ b/drivers/net/wireless/ath/ath9k/ani.c
-@@ -547,7 +547,7 @@ static u8 ath9k_hw_chan_2_clockrate_mhz(
- if (conf_is_ht40(conf))
- return clockrate * 2;
-
-- return clockrate * 2;
-+ return clockrate;
- }
-
- static int32_t ath9k_hw_ani_get_listen_time(struct ath_hw *ah)