Changeset 5682

Show
Ignore:
Timestamp:
11/03/07 17:56:34 (6 years ago)
Author:
jgaeddert
Message:

sending reply to beacon frame

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/CIREN_SM/trunk/CIREN_SM/CIREN_SM.cpp

    r5681 r5682  
    728728        // clear input buffer 
    729729        portControlDataIn->bufferEmptied(); 
    730 #if 0 
    731730        // push reply control 
    732         if (control_metadata->app_id==0) { 
     731        if (control_metadata->app_id==6) { 
     732            control_metadata->app_id==5; 
     733            DEBUG(0, CIREN_SM, "\n\nSending control reply frame!\n\n"); 
    733734            control_metadata->app_id=5; 
    734735            tx_control[0] = 0; // set type of control message, 0: noreply, 1: reply 
    735             DEBUG(2, CIREN_SM, "Sending control REPLY packet to CIREN_CE"); 
    736736            SigProc::unpack_bytes(tx_control, 64, buf1, 512, &nw); 
    737737            for (unsigned int i=0; i<512; i++) 
     
    741741            // control came from special control frame; do not reply 
    742742        } 
    743 #endif 
    744743    } 
    745744    delete [] buf1;