[PATCH 1/2] ath10k: Define an enum to enable cycle counter wraparound logic

2016-06-03 Thread Vasanthakumar Thiagarajan
QCA988X hw implements a different cycle counter wraparound behaviour when compared to QCA4019. To properly handle different wraparound logic for these chipsets replace already available bool hw_params member, has_shifted_cc_wraparound, with an enum which could be extended to handle different wrapar

Re: [1/2] ath10k: Define an enum to enable cycle counter wraparound logic

2016-06-14 Thread Kalle Valo
Vasanthakumar Thiagarajan wrote: > QCA988X hw implements a different cycle counter wraparound > behaviour when compared to QCA4019. To properly handle different > wraparound logic for these chipsets replace already available > bool hw_params member, has_shifted_cc_wraparound, with an > enum which

Re: [PATCH 1/2] ath10k: Define an enum to enable cycle counter wraparound logic

2016-06-04 Thread Valo, Kalle
Vasanthakumar Thiagarajan writes: > QCA988X hw implements a different cycle counter wraparound > behaviour when compared to QCA4019. To properly handle different > wraparound logic for these chipsets replace already available > bool hw_params member, has_shifted_cc_wraparound, with an > enum whic

Re: [PATCH 1/2] ath10k: Define an enum to enable cycle counter wraparound logic

2016-06-04 Thread Thiagarajan, Vasanthakumar
>> --- a/drivers/net/wireless/ath/ath10k/core.c >> +++ b/drivers/net/wireless/ath/ath10k/core.c >> @@ -55,7 +55,7 @@ static const struct ath10k_hw_params >> ath10k_hw_params_list[] = { >> .name = "qca988x hw2.0", >> .patch_load_addr = QCA988X_HW_2_0_PATCH_LOAD_ADDR, >>