linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]drivers:wireless:acx.h change initate to initiate
@ 2011-01-28 19:50 Justin P. Mattock
  2011-01-28 19:54 ` Luciano Coelho
  0 siblings, 1 reply; 4+ messages in thread
From: Justin P. Mattock @ 2011-01-28 19:50 UTC (permalink / raw)
  To: trivial; +Cc: linux-wireless, linux-kernel, Justin P. Mattock

Not sure if this is a typo or not. if it is then feel free to take this.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/net/wireless/wl12xx/acx.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/acx.h b/drivers/net/wireless/wl12xx/acx.h
index 7bd8e4d..c56088b 100644
--- a/drivers/net/wireless/wl12xx/acx.h
+++ b/drivers/net/wireless/wl12xx/acx.h
@@ -987,7 +987,7 @@ struct wl1271_acx_ht_capabilities {
 	 *         Note, driver will still leave space for HT control in packets
 	 *         regardless of the value of this field. FW will be responsible
 	 *         to drop the HT field from any frame when this Bit set to 0.
-	 * bit 5 - Allow RD initiation in TXOP. FW is allowed to initate RD.
+	 * bit 5 - Allow RD initiation in TXOP. FW is allowed to initiate RD.
 	 *         Exact policy setting for this feature is TBD.
 	 *         Note, this bit can only be set to 1 if bit 3 is set to 1.
 	 */
-- 
1.6.5.GIT


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

* Re: [PATCH]drivers:wireless:acx.h change initate to initiate
  2011-01-28 19:50 [PATCH]drivers:wireless:acx.h change initate to initiate Justin P. Mattock
@ 2011-01-28 19:54 ` Luciano Coelho
  2011-01-28 19:56   ` Justin P. Mattock
  2011-02-17 15:52   ` Jiri Kosina
  0 siblings, 2 replies; 4+ messages in thread
From: Luciano Coelho @ 2011-01-28 19:54 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial@kernel.org, linux-wireless@vger.kernel.org,
	linux-kernel@vger.kernel.org

On Fri, 2011-01-28 at 20:50 +0100, Justin P. Mattock wrote:
> Not sure if this is a typo or not. if it is then feel free to take this.
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---
>  drivers/net/wireless/wl12xx/acx.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/wireless/wl12xx/acx.h b/drivers/net/wireless/wl12xx/acx.h
> index 7bd8e4d..c56088b 100644
> --- a/drivers/net/wireless/wl12xx/acx.h
> +++ b/drivers/net/wireless/wl12xx/acx.h
> @@ -987,7 +987,7 @@ struct wl1271_acx_ht_capabilities {
>  	 *         Note, driver will still leave space for HT control in packets
>  	 *         regardless of the value of this field. FW will be responsible
>  	 *         to drop the HT field from any frame when this Bit set to 0.
> -	 * bit 5 - Allow RD initiation in TXOP. FW is allowed to initate RD.
> +	 * bit 5 - Allow RD initiation in TXOP. FW is allowed to initiate RD.
>  	 *         Exact policy setting for this feature is TBD.
>  	 *         Note, this bit can only be set to 1 if bit 3 is set to 1.
>  	 */

Yep, it's a typo.  Thanks for fixing it.

Acked-by: Luciano Coelho <coelho@ti.com>

-- 
Cheers,
Luca.


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

* Re: [PATCH]drivers:wireless:acx.h change initate to initiate
  2011-01-28 19:54 ` Luciano Coelho
@ 2011-01-28 19:56   ` Justin P. Mattock
  2011-02-17 15:52   ` Jiri Kosina
  1 sibling, 0 replies; 4+ messages in thread
From: Justin P. Mattock @ 2011-01-28 19:56 UTC (permalink / raw)
  To: Luciano Coelho
  Cc: trivial@kernel.org, linux-wireless@vger.kernel.org,
	linux-kernel@vger.kernel.org

On 01/28/11 11:54, Luciano Coelho wrote:
> On Fri, 2011-01-28 at 20:50 +0100, Justin P. Mattock wrote:
>> Not sure if this is a typo or not. if it is then feel free to take this.
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>
>> ---
>>   drivers/net/wireless/wl12xx/acx.h |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/net/wireless/wl12xx/acx.h b/drivers/net/wireless/wl12xx/acx.h
>> index 7bd8e4d..c56088b 100644
>> --- a/drivers/net/wireless/wl12xx/acx.h
>> +++ b/drivers/net/wireless/wl12xx/acx.h
>> @@ -987,7 +987,7 @@ struct wl1271_acx_ht_capabilities {
>>   	 *         Note, driver will still leave space for HT control in packets
>>   	 *         regardless of the value of this field. FW will be responsible
>>   	 *         to drop the HT field from any frame when this Bit set to 0.
>> -	 * bit 5 - Allow RD initiation in TXOP. FW is allowed to initate RD.
>> +	 * bit 5 - Allow RD initiation in TXOP. FW is allowed to initiate RD.
>>   	 *         Exact policy setting for this feature is TBD.
>>   	 *         Note, this bit can only be set to 1 if bit 3 is set to 1.
>>   	 */
>
> Yep, it's a typo.  Thanks for fixing it.
>
> Acked-by: Luciano Coelho<coelho@ti.com>
>

alright.. cool..

Justin P. Mattock

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

* Re: [PATCH]drivers:wireless:acx.h change initate to initiate
  2011-01-28 19:54 ` Luciano Coelho
  2011-01-28 19:56   ` Justin P. Mattock
@ 2011-02-17 15:52   ` Jiri Kosina
  1 sibling, 0 replies; 4+ messages in thread
From: Jiri Kosina @ 2011-02-17 15:52 UTC (permalink / raw)
  To: Luciano Coelho
  Cc: Justin P. Mattock, linux-wireless@vger.kernel.org,
	linux-kernel@vger.kernel.org

On Fri, 28 Jan 2011, Luciano Coelho wrote:

> > Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> > 
> > ---
> >  drivers/net/wireless/wl12xx/acx.h |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/net/wireless/wl12xx/acx.h b/drivers/net/wireless/wl12xx/acx.h
> > index 7bd8e4d..c56088b 100644
> > --- a/drivers/net/wireless/wl12xx/acx.h
> > +++ b/drivers/net/wireless/wl12xx/acx.h
> > @@ -987,7 +987,7 @@ struct wl1271_acx_ht_capabilities {
> >  	 *         Note, driver will still leave space for HT control in packets
> >  	 *         regardless of the value of this field. FW will be responsible
> >  	 *         to drop the HT field from any frame when this Bit set to 0.
> > -	 * bit 5 - Allow RD initiation in TXOP. FW is allowed to initate RD.
> > +	 * bit 5 - Allow RD initiation in TXOP. FW is allowed to initiate RD.
> >  	 *         Exact policy setting for this feature is TBD.
> >  	 *         Note, this bit can only be set to 1 if bit 3 is set to 1.
> >  	 */
> 
> Yep, it's a typo.  Thanks for fixing it.
> 
> Acked-by: Luciano Coelho <coelho@ti.com>

Applied.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2011-02-17 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 19:50 [PATCH]drivers:wireless:acx.h change initate to initiate Justin P. Mattock
2011-01-28 19:54 ` Luciano Coelho
2011-01-28 19:56   ` Justin P. Mattock
2011-02-17 15:52   ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).