~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wimax/i2400m/tx.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
 * (with a moved message header to make sure it is size-aligned to
150
150
 * 16), TAIL room that was unusable (and thus is marked with a message
151
151
 * header that says 'skip this') and at the head of the buffer, an
152
 
 * imcomplete message with a couple of payloads.
 
152
 * incomplete message with a couple of payloads.
153
153
 *
154
154
 * N   ___________________________________________________
155
155
 *    |                                                   |
819
819
 * the FIF that is ready for transmission.
820
820
 *
821
821
 * It sets the state in @i2400m to indicate the bus-specific driver is
822
 
 * transfering that message (i2400m->tx_msg_size).
 
822
 * transferring that message (i2400m->tx_msg_size).
823
823
 *
824
824
 * Once the transfer is completed, call i2400m_tx_msg_sent().
825
825
 *