Project

General

Profile

Revision 1770

wireless: modifying send functions

View differences:

wireless_send.c
174 174
    }
175 175
    send_buf_last = scope;
176 176
    send_buf_num_packets++;
177
    WL_DEBUG_PRINT_P("send_buf_last:");
178
    WL_DEBUG_PRINT_INT(send_buf_last);
179
    WL_DEBUG_PRINT_P("pos:");
180
    WL_DEBUG_PRINT_INT(scope);
181
    WL_DEBUG_PRINT_P("send_buf_num_packets:");
182
    WL_DEBUG_PRINT_INT(send_buf_num_packets);
177 183
    
184
    
178 185
    nextframe = (nextframe == 0xFF)?1:nextframe+1; // increment frame number
179 186
    return packet[0]; // return frame number for ack tracking
180 187
  }

Also available in: Unified diff