I was able to get WiFi working with the OpenSource drivers with the following config (/etc/config/wireless):

 

config wifi-device ‘radio0’

option type ‘mac80211’

option channel ‘11’

option hwmode ‘11g’

option path ‘platform/10300000.wmac’

option htmode ‘HT20’

 

config wifi-iface ‘default_radio0’

option device ‘radio0’

option network ‘lan’

option mode ‘ap’

option ssid ‘MyNetwork’

option key ‘MyPass’

option encryption ‘psk-mixed’


 

However, Uploads speeds are null (~10 kbps, tops). I can’t upload a file. On cable, it works fine.

Any help is appreciate.

I’ve tried removing the opensource driver and using the MTK7628-binary package. However this same configuration didn’t work.