mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and performanc...
[openwrt/staging/yousong.git] / package / mac80211 / patches / 554-ath9k_bt_timer_start.patch
1 --- a/drivers/net/wireless/ath/ath9k/gpio.c
2 +++ b/drivers/net/wireless/ath/ath9k/gpio.c
3 @@ -326,10 +326,8 @@ static void ath_btcoex_period_timer(unsi
4
5 timer_period = is_btscan ? btcoex->btscan_no_stomp :
6 btcoex->btcoex_no_stomp;
7 - ath9k_gen_timer_start(ah,
8 - btcoex->no_stomp_timer,
9 - (ath9k_hw_gettsf32(ah) +
10 - timer_period), timer_period * 10);
11 + ath9k_gen_timer_start(ah, btcoex->no_stomp_timer, 0,
12 + timer_period * 10);
13 btcoex->hw_timer_enabled = true;
14 }
15