All of lore.kernel.org
 help / color / mirror / Atom feed
* Mutli vif in mesh mode
@ 2013-04-19 15:04 Cedric VONCKEN
  2013-04-19 16:14 ` Thomas Pedersen
  0 siblings, 1 reply; 5+ messages in thread
From: Cedric VONCKEN @ 2013-04-19 15:04 UTC (permalink / raw)
  To: linux-wireless

I try to setup 2 mesh node on the same wireless card.
I am using the ath9k driver from Compat 2013-02-22 (openwrt package).

The command line sequence is
Create mesh node 1
	iw phy0 interface add wlan0 type mp
	iw wlan0 set channel 44 HT20
	ifconfig wlan0 up
	iw wlan0 mesh join test

Create mesh node 2
iw phy0 interface add wlan1 type mp
iw wlan1 set channel 44 HT20
ifconfig wlan1 hw ether 00:09:90:aa:11:22 up
iw wlan1 mesh join test2

With wireshark and air pcap adapter, I cannot see the beacon for the
second mesh node.
If I  execute each mesh node separately, it works correctly (I see the
beacon on wireshark)

Is it possible to execute 2 mesh node on one ath9k wireless card?

Cedric Voncken 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-29  9:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 15:04 Mutli vif in mesh mode Cedric VONCKEN
2013-04-19 16:14 ` Thomas Pedersen
2013-04-22  8:07   ` voncken
2013-04-26 16:07     ` Thomas Pedersen
2013-04-29  9:41       ` voncken

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.