commit | 9e6e3bd52b0f77ca5cc385892c14ff8ba5ecfa67 | [log] [tgz] |
---|---|---|
author | Prasanna S. Panchamukhi <prasannax.s.panchamukhi@intel.com> | Thu Apr 08 16:24:30 2010 -0700 |
committer | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | Tue May 11 14:06:29 2010 -0700 |
tree | 21d9c92e7bab1afa0b3da9f98335d45915f88aa3 | |
parent | 718e94907d79e74bbc7cfdb3cda2266079c5e993 [diff] |
wimax/i2400m: modify i2400m_tx_fifo_push() to check for head room space in the TX FIFO [v1] This fixes i2400m_tx_fifo_push(); the check for having enough space in the TX FIFO's tail was obscure and broken in certain corner cases. The new check works in all cases and is way clearer. Please refer the documentation in the code for details. Signed-off-by: Prasanna S. Panchamukhi <prasannax.s.panchamukhi@intel.com>