All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ath10k: Fix a typo in spectral code commments
@ 2016-06-14  5:33 ` Mohammed Shafi Shajakhan
  0 siblings, 0 replies; 8+ messages in thread
From: Mohammed Shafi Shajakhan @ 2016-06-14  5:33 UTC (permalink / raw)
  To: ath10k; +Cc: mohammed, linux-wireless, 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.
-- 
1.7.9.5


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] ath10k: Fix a typo in spectral code commments
@ 2016-06-14  5:33 ` Mohammed Shafi Shajakhan
  0 siblings, 0 replies; 8+ messages in thread
From: Mohammed Shafi Shajakhan @ 2016-06-14  5:33 UTC (permalink / raw)
  To: ath10k; +Cc: mohammed, linux-wireless, 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.
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] ath10k: Fix a typo in spectral code commments
  2016-06-14  5:33 ` Mohammed Shafi Shajakhan
@ 2016-06-16 15:59   ` Bob Copeland
  -1 siblings, 0 replies; 8+ messages in thread
From: Bob Copeland @ 2016-06-16 15:59 UTC (permalink / raw)
  To: Mohammed Shafi Shajakhan; +Cc: mohammed, linux-wireless, ath10k

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" :)

-- 
Bob Copeland %% http://bobcopeland.com/

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ath10k: Fix a typo in spectral code commments
@ 2016-06-16 15:59   ` Bob Copeland
  0 siblings, 0 replies; 8+ messages in thread
From: Bob Copeland @ 2016-06-16 15:59 UTC (permalink / raw)
  To: Mohammed Shafi Shajakhan; +Cc: ath10k, mohammed, linux-wireless

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" :)

-- 
Bob Copeland %% http://bobcopeland.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ath10k: Fix a typo in spectral code commments
  2016-06-16 15:59   ` Bob Copeland
@ 2016-06-16 16:04     ` Mohammed Shafi Shajakhan
  -1 siblings, 0 replies; 8+ messages in thread
From: Mohammed Shafi Shajakhan @ 2016-06-16 16:04 UTC (permalink / raw)
  To: Bob Copeland; +Cc: linux-wireless, ath10k, Mohammed Shafi Shajakhan

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/

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ath10k: Fix a typo in spectral code commments
@ 2016-06-16 16:04     ` Mohammed Shafi Shajakhan
  0 siblings, 0 replies; 8+ messages in thread
From: Mohammed Shafi Shajakhan @ 2016-06-16 16:04 UTC (permalink / raw)
  To: Bob Copeland; +Cc: Mohammed Shafi Shajakhan, ath10k, linux-wireless

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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [PATCH] ath10k: Fix a typo in spectral code commments
       [not found] ` <575FC1E5.90108@vitracom.de>
@ 2016-06-16 16:06     ` Shajakhan, Mohammed Shafi (Mohammed Shafi)
  0 siblings, 0 replies; 8+ messages in thread
From: Shajakhan, Mohammed Shafi (Mohammed Shafi) @ 2016-06-16 16:06 UTC (permalink / raw)
  To: Arthur Jagiella
  Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org

+ 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
------------------------------------------------


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [PATCH] ath10k: Fix a typo in spectral code commments
@ 2016-06-16 16:06     ` Shajakhan, Mohammed Shafi (Mohammed Shafi)
  0 siblings, 0 replies; 8+ messages in thread
From: Shajakhan, Mohammed Shafi (Mohammed Shafi) @ 2016-06-16 16:06 UTC (permalink / raw)
  To: Arthur Jagiella
  Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org

+ 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
------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-16 16:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-14  5:33 [PATCH] ath10k: Fix a typo in spectral code commments Mohammed Shafi Shajakhan
2016-06-14  5:33 ` Mohammed Shafi Shajakhan
2016-06-16 15:59 ` Bob Copeland
2016-06-16 15:59   ` Bob Copeland
2016-06-16 16:04   ` Mohammed Shafi Shajakhan
2016-06-16 16:04     ` Mohammed Shafi Shajakhan
     [not found] ` <575FC1E5.90108@vitracom.de>
2016-06-16 16:06   ` Shajakhan, Mohammed Shafi (Mohammed Shafi)
2016-06-16 16:06     ` Shajakhan, Mohammed Shafi (Mohammed Shafi)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.