diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-12-12 01:15:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-12-12 01:15:23 +0000 |
commit | 4d4ee5548507f41446019229223dcfccc05c549f (patch) | |
tree | 57d1d49bac97268802505d600610e2685d4b3786 /package/mac80211/patches/521-ath9k_fix_distance_setting.patch | |
parent | 0ea5f613de9d0c8090c07e4312982614d49aa170 (diff) | |
download | mtk-20170518-4d4ee5548507f41446019229223dcfccc05c549f.zip mtk-20170518-4d4ee5548507f41446019229223dcfccc05c549f.tar.gz mtk-20170518-4d4ee5548507f41446019229223dcfccc05c549f.tar.bz2 |
ath9k: merge a few pending cleanup patches
SVN-Revision: 24502
Diffstat (limited to 'package/mac80211/patches/521-ath9k_fix_distance_setting.patch')
-rw-r--r-- | package/mac80211/patches/521-ath9k_fix_distance_setting.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/521-ath9k_fix_distance_setting.patch b/package/mac80211/patches/521-ath9k_fix_distance_setting.patch index 6d54945..fd0a5c6 100644 --- a/package/mac80211/patches/521-ath9k_fix_distance_setting.patch +++ b/package/mac80211/patches/521-ath9k_fix_distance_setting.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -813,7 +813,7 @@ void ath9k_hw_init_global_settings(struc +@@ -817,7 +817,7 @@ void ath9k_hw_init_global_settings(struc if (conf->channel && conf->channel->band == IEEE80211_BAND_2GHZ) acktimeout += 64 - sifstime - ah->slottime; |