commit | 52e2a99eee77cc4a47e183eb7f5102301a31e282 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Nov 25 14:42:25 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Nov 28 15:34:27 2012 +0100 |
tree | eaaa0795fee04da8408f4c4220fca378a50cdb23 | |
parent | eea54c8ec971d4759c541dba351477dafc39ce54 [diff] |
iwlwifi: read the Rx write pointer only once The FH (DMA engine) tells the driver the index of the last ready (closed) Rx buffer. This data is in closed_rb_num. If we read this data several times we may get inconsistencies between the code and the debug prints which can make it harder to debug issues here. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>