From 11146a206c8191ffe83545bfebf00ed39f9ed09a Mon Sep 17 00:00:00 2001 From: David Bauer Date: Tue, 19 Nov 2019 21:55:57 +0100 Subject: [PATCH] docs: add mt76 to supported chipsets The docs previously only listed ath9k and ath10k based chipsets as fully supported by Gluon, however we also support mt76. --- docs/dev/hardware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/hardware.rst b/docs/dev/hardware.rst index dae2bbb3..986a88bf 100644 --- a/docs/dev/hardware.rst +++ b/docs/dev/hardware.rst @@ -5,7 +5,7 @@ for new hardware to Gluon. Hardware requirements --------------------- -Having an ath9k (or ath10k) based WLAN adapter is highly recommended, +Having an ath9k, ath10k or mt76 based WLAN adapter is highly recommended, although other chipsets may also work. VAP (multiple SSID) support is a requirement.