Message ID | 1465882434-594-1-git-send-email-mohammed@qca.qualcomm.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Kalle Valo |
Headers | show |
On Tue, Jun 14, 2016 at 11:03:54AM +0530, Mohammed Shafi Shajakhan wrote: > From: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> > > Found this obvious typo while going through the spectral > code design in ath10k > /* TODO: As experiments with an analogue sender and various > - * configuaritions (fft-sizes of 64/128/256 and 20/40/80 Mhz) > + * configurations (fft-sizes of 64/128/256 and 20/40/80 Mhz) > * show, the particular configuration of 80 MHz/64 bins does > * not match with the other smaples at all. Until the reason > * for that is found, don't report these samples. Also "smaples" :)
On Thu, Jun 16, 2016 at 11:59:59AM -0400, Bob Copeland wrote: > On Tue, Jun 14, 2016 at 11:03:54AM +0530, Mohammed Shafi Shajakhan wrote: > > From: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> > > > > Found this obvious typo while going through the spectral > > code design in ath10k > > > /* TODO: As experiments with an analogue sender and various > > - * configuaritions (fft-sizes of 64/128/256 and 20/40/80 Mhz) > > + * configurations (fft-sizes of 64/128/256 and 20/40/80 Mhz) > > * show, the particular configuration of 80 MHz/64 bins does > > * not match with the other smaples at all. Until the reason > > * for that is found, don't report these samples. > > Also "smaples" :) [shafi] goodness me will that as well ! > > -- > Bob Copeland %% http://bobcopeland.com/
+ linux wireless, ath10k Thanks, initially I could not get what you meant :( -----Original Message----- From: Arthur Jagiella [mailto:jagiella@vitracom.de] Sent: Tuesday, June 14, 2016 2:06 PM To: Shajakhan, Mohammed Shafi (Mohammed Shafi) <mohammed@qti.qualcomm.com> Subject: Re: [PATCH] ath10k: Fix a typo in spectral code commments smaples? Am 14.06.2016 um 07:33 schrieb Mohammed Shafi Shajakhan: > From: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> > > Found this obvious typo while going through the spectral code design > in ath10k > > Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> > --- > drivers/net/wireless/ath/ath10k/spectral.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/ath/ath10k/spectral.c > b/drivers/net/wireless/ath/ath10k/spectral.c > index 4671cfb..4510906 100644 > --- a/drivers/net/wireless/ath/ath10k/spectral.c > +++ b/drivers/net/wireless/ath/ath10k/spectral.c > @@ -101,7 +101,7 @@ int ath10k_spectral_process_fft(struct ath10k *ar, > break; > case 80: > /* TODO: As experiments with an analogue sender and various > - * configuaritions (fft-sizes of 64/128/256 and 20/40/80 Mhz) > + * configurations (fft-sizes of 64/128/256 and 20/40/80 Mhz) > * show, the particular configuration of 80 MHz/64 bins does > * not match with the other smaples at all. Until the reason > * for that is found, don't report these samples. -- Arthur Jagiella Praktikant Forschung und Entwicklung Vitracom AG Erbprinzenstr. 4-12, A D-76133 Karlsruhe Email: jagiella@vitracom.de Internet: www.vitracom.de ------------------------------------------------ HRB Mannheim 111263 UST-ID: DE 247872702 Vorstand: Axel Stephan, Ralph Majer Aufsichtsrat: Paul A. Stodden (Vors.) Christian Eckart, Sacha Grau ------------------------------------------------
diff --git a/drivers/net/wireless/ath/ath10k/spectral.c b/drivers/net/wireless/ath/ath10k/spectral.c index 4671cfb..4510906 100644 --- a/drivers/net/wireless/ath/ath10k/spectral.c +++ b/drivers/net/wireless/ath/ath10k/spectral.c @@ -101,7 +101,7 @@ int ath10k_spectral_process_fft(struct ath10k *ar, break; case 80: /* TODO: As experiments with an analogue sender and various - * configuaritions (fft-sizes of 64/128/256 and 20/40/80 Mhz) + * configurations (fft-sizes of 64/128/256 and 20/40/80 Mhz) * show, the particular configuration of 80 MHz/64 bins does * not match with the other smaples at all. Until the reason * for that is found, don't report these samples.