Hi, I currently have an Atheros AR9160 which is running perfectly 802.11na in 5ghz mode as wlan0.
I would like to know if I can make a subinterface to the primary ath0 (wlan0) of the same card to make it run a second cloned interface, say wlan1 and run it at 802.11g 2.4ghz.
So far I tried the following with no luck:
Both wlan0 and wlan1 get created successfully but they either both take mode 11g or mode 11na. I can't keep the modes on each created wlandev running in separate modes.
Does anyone know if this is possible or I'm not created my wlandev interfaces correctly?
I would like to know if I can make a subinterface to the primary ath0 (wlan0) of the same card to make it run a second cloned interface, say wlan1 and run it at 802.11g 2.4ghz.
So far I tried the following with no luck:
Code:
# ifconfig wlan0 create wlandev ath0
# ifconfig wlan0 mode 11g channel 6
# ifconfig wlan1 create wlandev ath0
# ifconfig wlan1 mode 11na channel 157:ht/40
Both wlan0 and wlan1 get created successfully but they either both take mode 11g or mode 11na. I can't keep the modes on each created wlandev running in separate modes.
Does anyone know if this is possible or I'm not created my wlandev interfaces correctly?