Actions
Error #467
closedTwo wireless interfaces each on a different band are configured differently if they are "radio0=>5GHz, radio1=>2.4GHz" or "radio0=>2.4GHz, radio1=>5GHz"
Status:
Tancat
Priority:
Baixa
Assignee:
Category:
Wireless
Target version:
Updated by Roger Pueyo Centelles about 6 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.
Updated by Roger Pueyo Centelles about 6 years ago
- Status changed from En progrés to Tancat
- % Done changed from 50 to 100
Aplicat en el conjunt de canvis b24bdd9d8cf00cc1a51433fbf39356821bce8d27.
Updated by Roger Pueyo Centelles about 6 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.
Actions