src/devices/wifi/ctrl-headers.h
changeset 6273 8d70de29d514
parent 5948 34bd93988e2b
equal deleted inserted replaced
6272:f52c6e3cae70 6273:8d70de29d514
   123   Buffer::Iterator SerializeBitmap (Buffer::Iterator start) const;
   123   Buffer::Iterator SerializeBitmap (Buffer::Iterator start) const;
   124   Buffer::Iterator DeserializeBitmap (Buffer::Iterator start);
   124   Buffer::Iterator DeserializeBitmap (Buffer::Iterator start);
   125 
   125 
   126   /**
   126   /**
   127    * This function is used to correctly index in both bitmap
   127    * This function is used to correctly index in both bitmap
   128    * and compressed bitmap, one bit or one block of 16 bits respectly.
   128    * and compressed bitmap, one bit or one block of 16 bits respectively.
   129    * If we are using basic block ack, return value represents index of 
   129    * If we are using basic block ack, return value represents index of 
   130    * block of 16 bits for packet having sequence number equals to <i>seq</i>.
   130    * block of 16 bits for packet having sequence number equals to <i>seq</i>.
   131    * If we are using compressed block ack, return value represents bit 
   131    * If we are using compressed block ack, return value represents bit 
   132    * to set to 1 in the compressed bitmap to indicate that packet having 
   132    * to set to 1 in the compressed bitmap to indicate that packet having 
   133    * sequence number equals to <i>seq</i> was correctly received.
   133    * sequence number equals to <i>seq</i> was correctly received.