All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireless: Fix Makefile to be in alphabetical order
@ 2022-05-13 18:42 Srinivasan R
  2022-05-17 15:30 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Srinivasan R @ 2022-05-13 18:42 UTC (permalink / raw)
  Cc: Srinivasan R, Kalle Valo, David S. Miller, Jakub Kicinski,
	Paolo Abeni, open list:NETWORKING DRIVERS (WIRELESS),
	open list:NETWORKING DRIVERS, open list

Fix quantenna to be in the right order

Signed-off-by: Srinivasan R <srinir@outlook.com>
---
 drivers/net/wireless/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile
index abf3e5c87ca7..a61cf6c90343 100644
--- a/drivers/net/wireless/Makefile
+++ b/drivers/net/wireless/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_WLAN_VENDOR_MARVELL) += marvell/
 obj-$(CONFIG_WLAN_VENDOR_MEDIATEK) += mediatek/
 obj-$(CONFIG_WLAN_VENDOR_MICROCHIP) += microchip/
 obj-$(CONFIG_WLAN_VENDOR_PURELIFI) += purelifi/
+obj-$(CONFIG_WLAN_VENDOR_QUANTENNA) += quantenna/
 obj-$(CONFIG_WLAN_VENDOR_RALINK) += ralink/
 obj-$(CONFIG_WLAN_VENDOR_REALTEK) += realtek/
 obj-$(CONFIG_WLAN_VENDOR_RSI) += rsi/
@@ -21,7 +22,6 @@ obj-$(CONFIG_WLAN_VENDOR_SILABS) += silabs/
 obj-$(CONFIG_WLAN_VENDOR_ST) += st/
 obj-$(CONFIG_WLAN_VENDOR_TI) += ti/
 obj-$(CONFIG_WLAN_VENDOR_ZYDAS) += zydas/
-obj-$(CONFIG_WLAN_VENDOR_QUANTENNA) += quantenna/
 
 # 16-bit wireless PCMCIA client drivers
 obj-$(CONFIG_PCMCIA_RAYCS)	+= ray_cs.o
-- 
2.25.1


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

* Re: [PATCH] wireless: Fix Makefile to be in alphabetical order
  2022-05-13 18:42 [PATCH] wireless: Fix Makefile to be in alphabetical order Srinivasan R
@ 2022-05-17 15:30 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2022-05-17 15:30 UTC (permalink / raw)
  To: Srinivasan R

Srinivasan R <srinir@outlook.com> wrote:

> Fix quantenna to be in the right order
> 
> Signed-off-by: Srinivasan R <srinir@outlook.com>

Patch applied to wireless-next.git, thanks.

8762246c7b23 wireless: Fix Makefile to be in alphabetical order

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/MA1PR01MB26992E104B006B340C3C3A84C1CA9@MA1PR01MB2699.INDPRD01.PROD.OUTLOOK.COM/

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


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

end of thread, other threads:[~2022-05-17 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 18:42 [PATCH] wireless: Fix Makefile to be in alphabetical order Srinivasan R
2022-05-17 15:30 ` 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.