Hello,

I'm trying out a fresh install of FriendlyWRT on a new R4S. Before attaching any USB wifi adapters, the Wireless Overview section of LuCI is showing two radios. They don't seem to do anything and trying to use the "Scan" feature returns no results.

I've looked in /etc/config/wireless and see the following extra entries:

Code: Select all

config wifi-device 'radio1'
   option type 'mac80211'
   option channel '36'
   option hwmode '11a'
   option path 'virtual/mac80211_hwsim/hwsim0'
   option htmode 'VHT80'
   option disabled '0'

config wifi-device 'radio2'
   option type 'mac80211'
   option channel '36'
   option hwmode '11a'
   option path 'virtual/mac80211_hwsim/hwsim1'
   option htmode 'VHT80'
   option disabled '0'


Can anyone explain what these are for and how they can be removed?

Thanks in advance!