DavideFioravanti

Results 3 comments of DavideFioravanti

@dengqf6 To make it working with mt7615e I had to add this patch in /mt7615/init.c ``` @@ -457,6 +457,10 @@ mt7615_init_wiphy(hw); dev->mphy.sband_2g.sband.ht_cap.cap |= IEEE80211_HT_CAP_LDPC_CODING; + dev->mphy.sband_2g.sband.vht_cap.cap |= + IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_11454 |...

Good job @Ansuel. Let's hope that this time it will gain enough attention to be accepted upstream. However I can test it on ath10k, atk11k and mt76 devices. Do you...

I managed to get my Lexa RX 550 working using SSDT patching (overwriting the device-id using the OpenCore configuration didn't work). The exact model is: PowerColor Red Dragon Radeon RX...