commit | 6c4fbcbc1c954d61711e3761a05283e980a6106e | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Nov 10 11:57:41 2015 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu Nov 26 16:38:48 2015 +0200 |
tree | 5464f212b278bd8a10b55eb630d71b0cd341d640 | |
parent | 7d1620451d4994d767bdcb23907209b21603d185 [diff] |
iwlwifi: add support for 12K Receive Buffers 802.11ac allows A-MSDU that can be up to 12KB long. Since an entire A-MSDU needs to fit into one single Receive Buffer (RB), add support for big RBs. Since this adds lots of pressure to the memory manager and significantly increase the true_size of the RX buffers, don't enable this by default. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>