X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F550-ath9k_fix_ani_listen_time.patch;fp=package%2Fmac80211%2Fpatches%2F550-ath9k_fix_ani_listen_time.patch;h=0000000000000000000000000000000000000000;hb=b1b81f3461afb7119ef9b42ca0b4b1d4fd71c340;hp=92b08eb4ef7b59c23b2711d5bc3b3ede40fba676;hpb=9ed3e7f75ff90d84812170ccf4b03d516a943b91;p=openwrt-10.03%2F.git diff --git a/package/mac80211/patches/550-ath9k_fix_ani_listen_time.patch b/package/mac80211/patches/550-ath9k_fix_ani_listen_time.patch deleted file mode 100644 index 92b08eb4e..000000000 --- a/package/mac80211/patches/550-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 -@@ -544,7 +544,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)