Re: [V2] brcmfmac: update BRCMFMAC symbol description

2017-04-05 Thread Kalle Valo
Rafał Miłecki wrote:
> From: Rafał Miłecki 
> 
> 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 
> Reviewed-by: Arend van Spriel 

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



[PATCH V2] brcmfmac: update BRCMFMAC symbol description

2017-03-23 Thread Rafał Miłecki
From: Rafał Miłecki 

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 
Reviewed-by: Arend van Spriel 
---
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