Error #467
Two wireless interfaces each on a different band are configured differently if they are "radio0=>5GHz, radio1=>2.4GHz" or "radio0=>2.4GHz, radio1=>5GHz"
Associated revisions
[qmp-system] Properly manage 802.11ac devices in qmpinfo modes
qmpinfo modes didn't identify 802.11ac devices as 802.11a-capable,
which, as a consequence, made the default channel selection behave
different for 802.11an and 802.11ac devices.
Fixes #467
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
History
#1 Updated by Roger Pueyo Centelles over 4 years ago
- Status changed from Nou to En progrés
- % Done changed from 0 to 50
The problem is not in the order the wireless interfaces are listed, but in 802.11ac interfaces not being detected as 5 GHz. For instance:
ath9k 802.11an
root@qMp-98d4:~# qmpinfo modes wlan1 a n
mt76 802.11ac
root@qMp-98d4:~# qmpinfo modes wlan1 n
In the second example, wlan1 won't be considered as 802.11a (or 11an), even if it actually is.
#2 Updated by Roger Pueyo Centelles over 4 years ago
- Status changed from En progrés to Tancat
- % Done changed from 50 to 100
Aplicat en el conjunt de canvis b24bdd9d8cf00cc1a51433fbf39356821bce8d27.
#3 Updated by Roger Pueyo Centelles over 4 years ago
Fixed in commit b24bdd9d.
qmpinfo modes didn't identify 802.11ac devices as 802.11a-capable,
which, as a consequence, made the default channel selection behave
different for 802.11an and 802.11ac devices.