All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mt76: another missing 'select' in Kconfig
@ 2018-09-07 19:08 valdis.kletnieks
  2018-09-08  7:46   ` Lorenzo Bianconi
  0 siblings, 1 reply; 3+ messages in thread
From: valdis.kletnieks @ 2018-09-07 19:08 UTC (permalink / raw)
  To: Kalle Valo, David S. Miller, Lorenzo Bianconi
  Cc: netdev, linux-kernel, linux-wireless

commit b40b15e1521f7764ea8c68d5a00ecc971b673d21
Author: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Date:   Tue Jul 31 10:09:19 2018 +0200

    mt76: add usb support to mt76 layer

add a new mt76-usb.c for MT76x2U USB devices, but failed to wire
it up for MT76x0U USB devices.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
---
diff --git a/drivers/net/wireless/mediatek/mt76/Kconfig b/drivers/net/wireless/mediatek/mt76/Kconfig
index 6a270e759006..cec977b81305 100644
--- a/drivers/net/wireless/mediatek/mt76/Kconfig
+++ b/drivers/net/wireless/mediatek/mt76/Kconfig
@@ -17,6 +17,7 @@ config MT76x2_COMMON
 config MT76x0U
 	tristate "MediaTek MT76x0U (USB) support"
 	select MT76_CORE
+	select MT76_USB
 	depends on MAC80211
 	depends on USB
 	select MT76x02_LIB

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

* Re: [PATCH] mt76: another missing 'select' in Kconfig
@ 2018-09-08  7:46   ` Lorenzo Bianconi
  0 siblings, 0 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2018-09-08  7:46 UTC (permalink / raw)
  To: valdis.kletnieks; +Cc: Kalle Valo, Network Development, linux-wireless

>
> commit b40b15e1521f7764ea8c68d5a00ecc971b673d21
> Author: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
> Date:   Tue Jul 31 10:09:19 2018 +0200
>
>     mt76: add usb support to mt76 layer
>
> add a new mt76-usb.c for MT76x2U USB devices, but failed to wire
> it up for MT76x0U USB devices.
>
> Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
> ---
> diff --git a/drivers/net/wireless/mediatek/mt76/Kconfig b/drivers/net/wireless/mediatek/mt76/Kconfig
> index 6a270e759006..cec977b81305 100644
> --- a/drivers/net/wireless/mediatek/mt76/Kconfig
> +++ b/drivers/net/wireless/mediatek/mt76/Kconfig
> @@ -17,6 +17,7 @@ config MT76x2_COMMON
>  config MT76x0U
>         tristate "MediaTek MT76x0U (USB) support"
>         select MT76_CORE
> +       select MT76_USB
>         depends on MAC80211

This fix is contained in latest series sent by Stanislaw:
https://patchwork.kernel.org/patch/10590265/

Regards,
Lorenzo

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

* Re: [PATCH] mt76: another missing 'select' in Kconfig
@ 2018-09-08  7:46   ` Lorenzo Bianconi
  0 siblings, 0 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2018-09-08  7:46 UTC (permalink / raw)
  To: valdis.kletnieks-PjAqaU27lzQ
  Cc: Kalle Valo, Network Development, linux-wireless

>
> commit b40b15e1521f7764ea8c68d5a00ecc971b673d21
> Author: Lorenzo Bianconi <lorenzo.bianconi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> Date:   Tue Jul 31 10:09:19 2018 +0200
>
>     mt76: add usb support to mt76 layer
>
> add a new mt76-usb.c for MT76x2U USB devices, but failed to wire
> it up for MT76x0U USB devices.
>
> Signed-off-by: Valdis Kletnieks <valdis.kletnieks-PjAqaU27lzQ@public.gmane.org>
> ---
> diff --git a/drivers/net/wireless/mediatek/mt76/Kconfig b/drivers/net/wireless/mediatek/mt76/Kconfig
> index 6a270e759006..cec977b81305 100644
> --- a/drivers/net/wireless/mediatek/mt76/Kconfig
> +++ b/drivers/net/wireless/mediatek/mt76/Kconfig
> @@ -17,6 +17,7 @@ config MT76x2_COMMON
>  config MT76x0U
>         tristate "MediaTek MT76x0U (USB) support"
>         select MT76_CORE
> +       select MT76_USB
>         depends on MAC80211

This fix is contained in latest series sent by Stanislaw:
https://patchwork.kernel.org/patch/10590265/

Regards,
Lorenzo

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

end of thread, other threads:[~2018-09-08 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07 19:08 [PATCH] mt76: another missing 'select' in Kconfig valdis.kletnieks
2018-09-08  7:46 ` Lorenzo Bianconi
2018-09-08  7:46   ` Lorenzo Bianconi

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.