Changeset 5437

Show
Ignore:
Timestamp:
03/10/08 16:12:12 (5 months ago)
Author:
hdm
Message:

Fix the test case

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/external/ruby-lorcon/test.rb

    r5428 r5437  
    2727].pack('C*') 
    2828 
     29 
     30# Configure the card for reliable injection 
     31 
    2932tx = Lorcon::Device.new('ath0', 'madwifing') 
    30 tx.channel = 11 
     33tx.fmode      = "INJECT" 
     34tx.channel    = 11 
     35tx.txrate     = 2 
     36tx.modulation = "DSSS" 
    3137 
    3238sa = Time.now.to_f