X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ed3a5c6bfdd273bd2aa92422382924dc2c24bf36..ae4dfcda151d955e36ca8535f9776b3739913a40:/package/mac80211/patches/520-ath9k_ack_timeout_workaround.patch diff --git a/package/mac80211/patches/520-ath9k_ack_timeout_workaround.patch b/package/mac80211/patches/520-ath9k_ack_timeout_workaround.patch index 7b51204a5..398bec8eb 100644 --- a/package/mac80211/patches/520-ath9k_ack_timeout_workaround.patch +++ b/package/mac80211/patches/520-ath9k_ack_timeout_workaround.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -1228,6 +1228,11 @@ void ath9k_hw_init_global_settings(struc +@@ -1233,6 +1233,11 @@ void ath9k_hw_init_global_settings(struc /* As defined by IEEE 802.11-2007 17.3.8.6 */ slottime = ah->slottime + 3 * ah->coverage_class; acktimeout = slottime + sifstime;