commit | 31f920b63ae8ff5bf278a00dd8478e58ed89ff95 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu Jul 02 14:53:02 2015 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Aug 04 10:11:44 2015 +0300 |
tree | 5096a9ac36987a043742b10194a29b2756acb08b | |
parent | 33b56af188ddbd1027b7eaff7abb1507b708f155 [diff] |
iwlwifi: pcie: don't warn on long MPDUs when supported In iwlmvm firmwares, the Byte count written in the scheduler byte count table is in DWORDs and not in bytes. We should check that this value fits in the 12 bits and the value can be either in bits of in DWORD or bytes depending on the firmware. Check the value after the translation to DWORDs is done (if needed). Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>