All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] brcmfmac: update BRCMFMAC symbol description
@ 2017-03-21 14:43 Rafał Miłecki
  2017-03-22 19:38 ` Arend Van Spriel
  2017-03-23 10:29 ` [PATCH V2] " Rafał Miłecki
  0 siblings, 2 replies; 5+ messages in thread
From: Rafał Miłecki @ 2017-03-21 14:43 UTC (permalink / raw)
  To: Kalle Valo
  Cc: Arend van Spriel, Franky Lin, Hante Meuleman,
	Pieter-Paul Giesberts, Franky Lin, linux-wireless,
	brcm80211-dev-list.pdl, Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

For quite some time now brcmfmac supports 802.11ac chipsets and it's
not limited to embedded devices only. There are even standalone PCIe
cards based on BCM43602 or BCM4366.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 drivers/net/wireless/broadcom/brcm80211/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/net/wireless/broadcom/brcm80211/Kconfig b/drivers/net/wireless/broadcom/brcm80211/Kconfig
index d93561f6ef97..817cb28f518f 100644
--- a/drivers/net/wireless/broadcom/brcm80211/Kconfig
+++ b/drivers/net/wireless/broadcom/brcm80211/Kconfig
@@ -18,14 +18,14 @@ config BRCMSMAC
 	  module, the driver will be called brcmsmac.ko.
 
 config BRCMFMAC
-	tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
+	tristate "Broadcom IEEE802.11n WLAN driver"
 	depends on CFG80211
 	select BRCMUTIL
 	---help---
-	  This module adds support for embedded wireless adapters based on
-	  Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
-	  one of the bus interface support. If you choose to build a module,
-	  it'll be called brcmfmac.ko.
+	  This module adds support for wireless adapters based on Broadcom
+	  FullMAC chipsets. It has to work with at least one of the bus
+	  interface support. If you choose to build a module, it'll be called
+	  brcmfmac.ko.
 
 config BRCMFMAC_PROTO_BCDC
 	bool
-- 
2.11.0

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

* Re: [PATCH] brcmfmac: update BRCMFMAC symbol description
  2017-03-21 14:43 [PATCH] brcmfmac: update BRCMFMAC symbol description Rafał Miłecki
@ 2017-03-22 19:38 ` Arend Van Spriel
  2017-03-22 20:27   ` Rafał Miłecki
  2017-03-23 10:29 ` [PATCH V2] " Rafał Miłecki
  1 sibling, 1 reply; 5+ messages in thread
From: Arend Van Spriel @ 2017-03-22 19:38 UTC (permalink / raw)
  To: Rafał Miłecki, Kalle Valo
  Cc: Franky Lin, Hante Meuleman, Pieter-Paul Giesberts, Franky Lin,
	linux-wireless, brcm80211-dev-list.pdl, Rafał Miłecki

On 21-3-2017 15:43, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> For quite some time now brcmfmac supports 802.11ac chipsets and it's
> not limited to embedded devices only. There are even standalone PCIe
> cards based on BCM43602 or BCM4366.

minor comments below.

Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---
>  drivers/net/wireless/broadcom/brcm80211/Kconfig | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/net/wireless/broadcom/brcm80211/Kconfig b/drivers/net/wireless/broadcom/brcm80211/Kconfig
> index d93561f6ef97..817cb28f518f 100644
> --- a/drivers/net/wireless/broadcom/brcm80211/Kconfig
> +++ b/drivers/net/wireless/broadcom/brcm80211/Kconfig
> @@ -18,14 +18,14 @@ config BRCMSMAC
>  	  module, the driver will be called brcmsmac.ko.
>  
>  config BRCMFMAC
> -	tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
> +	tristate "Broadcom IEEE802.11n WLAN driver"

You still mention 11n. Let's drop the 'n' here or IEEE802.11n entirely
like below. Would like to keep the term FullMAC though.

Regards,
Arend

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

* Re: [PATCH] brcmfmac: update BRCMFMAC symbol description
  2017-03-22 19:38 ` Arend Van Spriel
@ 2017-03-22 20:27   ` Rafał Miłecki
  0 siblings, 0 replies; 5+ messages in thread
From: Rafał Miłecki @ 2017-03-22 20:27 UTC (permalink / raw)
  To: Arend Van Spriel
  Cc: Rafał Miłecki, Kalle Valo, Franky Lin, Hante Meuleman,
	Pieter-Paul Giesberts, Franky Lin, linux-wireless,
	brcm80211-dev-list.pdl

On 2017-03-22 20:38, Arend Van Spriel wrote:
> On 21-3-2017 15:43, Rafał Miłecki wrote:
>> From: Rafał Miłecki <rafal@milecki.pl>
>> 
>> For quite some time now brcmfmac supports 802.11ac chipsets and it's
>> not limited to embedded devices only. There are even standalone PCIe
>> cards based on BCM43602 or BCM4366.
> 
> minor comments below.
> 
> Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com>
>> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
>> ---
>>  drivers/net/wireless/broadcom/brcm80211/Kconfig | 10 +++++-----
>>  1 file changed, 5 insertions(+), 5 deletions(-)
>> 
>> diff --git a/drivers/net/wireless/broadcom/brcm80211/Kconfig 
>> b/drivers/net/wireless/broadcom/brcm80211/Kconfig
>> index d93561f6ef97..817cb28f518f 100644
>> --- a/drivers/net/wireless/broadcom/brcm80211/Kconfig
>> +++ b/drivers/net/wireless/broadcom/brcm80211/Kconfig
>> @@ -18,14 +18,14 @@ config BRCMSMAC
>>  	  module, the driver will be called brcmsmac.ko.
>> 
>>  config BRCMFMAC
>> -	tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
>> +	tristate "Broadcom IEEE802.11n WLAN driver"
> 
> You still mention 11n. Let's drop the 'n' here or IEEE802.11n entirely
> like below. Would like to keep the term FullMAC though.

No idea how I missed that. Even commit message says we support 802.11ac 
now ;)

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

* [PATCH V2] brcmfmac: update BRCMFMAC symbol description
  2017-03-21 14:43 [PATCH] brcmfmac: update BRCMFMAC symbol description Rafał Miłecki
  2017-03-22 19:38 ` Arend Van Spriel
@ 2017-03-23 10:29 ` Rafał Miłecki
  2017-04-05 12:35   ` [V2] " Kalle Valo
  1 sibling, 1 reply; 5+ messages in thread
From: Rafał Miłecki @ 2017-03-23 10:29 UTC (permalink / raw)
  To: Kalle Valo
  Cc: Arend van Spriel, Franky Lin, Hante Meuleman,
	Pieter-Paul Giesberts, Franky Lin, linux-wireless,
	brcm80211-dev-list.pdl, Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

For quite some time now brcmfmac supports 802.11ac chipsets and it's
not limited to embedded devices only. There are even standalone PCIe
cards based on BCM43602 or BCM4366.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com>
---
V2: Drop "IEEE802.11n" part instead of "FullMAC" part, thanks Arend
---
 drivers/net/wireless/broadcom/brcm80211/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/net/wireless/broadcom/brcm80211/Kconfig b/drivers/net/wireless/broadcom/brcm80211/Kconfig
index d93561f6ef97..4e5df0e15197 100644
--- a/drivers/net/wireless/broadcom/brcm80211/Kconfig
+++ b/drivers/net/wireless/broadcom/brcm80211/Kconfig
@@ -18,14 +18,14 @@ config BRCMSMAC
 	  module, the driver will be called brcmsmac.ko.
 
 config BRCMFMAC
-	tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
+	tristate "Broadcom FullMAC WLAN driver"
 	depends on CFG80211
 	select BRCMUTIL
 	---help---
-	  This module adds support for embedded wireless adapters based on
-	  Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
-	  one of the bus interface support. If you choose to build a module,
-	  it'll be called brcmfmac.ko.
+	  This module adds support for wireless adapters based on Broadcom
+	  FullMAC chipsets. It has to work with at least one of the bus
+	  interface support. If you choose to build a module, it'll be called
+	  brcmfmac.ko.
 
 config BRCMFMAC_PROTO_BCDC
 	bool
-- 
2.11.0

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

* Re: [V2] brcmfmac: update BRCMFMAC symbol description
  2017-03-23 10:29 ` [PATCH V2] " Rafał Miłecki
@ 2017-04-05 12:35   ` Kalle Valo
  0 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2017-04-05 12:35 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Arend van Spriel, Franky Lin, Hante Meuleman,
	Pieter-Paul Giesberts, Franky Lin, linux-wireless,
	brcm80211-dev-list.pdl, Rafał Miłecki

Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> For quite some time now brcmfmac supports 802.11ac chipsets and it's
> not limited to embedded devices only. There are even standalone PCIe
> cards based on BCM43602 or BCM4366.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com>

Patch applied to wireless-drivers-next.git, thanks.

1c92af00a560 brcmfmac: update BRCMFMAC symbol description

-- 
https://patchwork.kernel.org/patch/9640743/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

end of thread, other threads:[~2017-04-05 12:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-21 14:43 [PATCH] brcmfmac: update BRCMFMAC symbol description Rafał Miłecki
2017-03-22 19:38 ` Arend Van Spriel
2017-03-22 20:27   ` Rafał Miłecki
2017-03-23 10:29 ` [PATCH V2] " Rafał Miłecki
2017-04-05 12:35   ` [V2] " Kalle Valo

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.