commit | 50b0213fdb830e21ed64375230c3271b21bb584a | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed Nov 11 11:37:02 2015 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sat Feb 27 22:00:03 2016 +0200 |
tree | 40f75de9432139dcba7d4e8b3cefc27f79e95771 | |
parent | 04e3a5da6b73d7f01661288ead426986fa5312a1 [diff] |
iwlwifi: mvm: don't send an A-MSDU that is larger than the TXF The A-MSDU must be smaller than the Transmit FIFO in the device. Since the size of the TXF can change depending on the device / firmware compilation mode, take the size of the FIFO dynamically from the what the firmware tells us. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>