#5144 HIGH 8.2.0 (: [firmware] Marvell firmware should default to mesh off, and have controls for turning mesh on and off

Zarro Boogs per Child bugtracker at laptop.org
Tue Aug 12 16:48:24 EDT 2008


#5144: [firmware] Marvell firmware should default to mesh off, and have controls
for turning mesh on and off
-------------------------+--------------------------------------------------
   Reporter:  jg         |       Owner:  rchokshi            
       Type:  defect     |      Status:  new                 
   Priority:  high       |   Milestone:  8.2.0 (was Update.2)
  Component:  wireless   |     Version:                      
 Resolution:             |    Keywords:  blocks?:8.2.0       
Next_action:  never set  |    Verified:  0                   
  Blockedby:             |    Blocking:  7879                
-------------------------+--------------------------------------------------

Comment(by dsaxena):

 Specifically:

 > iwpriv msh0 mesh_start "<channel> <mesh id>"

 {{{
 ifconfig msh0 up
 iwconfig msh0 essid <id>
 iwconfig msh0 channel <channel>
 }}}

 > Mesh start command without any parameter will start the mesh on channel
 1 with “olpc-mesh” as a mesh ID
 >        $> iwpriv msh0 mesh_start

 {{{
 ifconfig msh0 up
 }}}

 > Mesh Stop:
 > This will stop the mesh
 >        $> iwpriv msh0 mesh_stop

 {{{
 ifconfig msh0 down
 }}}

 > Mesh Status:
 > This will retune the status of the mesh. If mesh is on then it will
 display the channel and the mesh ID.
 >        $> iwpriv msh0 mesh status

 {{{
 iwconfig msh0
 ifconfig msh0
 }}}

 What other data/control do we need that is not provided by the standard
 interfaces?

-- 
Ticket URL: <http://dev.laptop.org/ticket/5144#comment:16>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list