From: Emmanuel Grumbach Date: Mon, 23 Feb 2015 00:40:07 +0000 (+0200) Subject: iwlwifi: fix max_ht_ampdu_exponent for older devices X-Git-Tag: omap-for-v4.1/fixes-rc1~306^2~30^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=540623caa6c769d9d19e6044949f5fa2fe1a33a6;p=pandora-kernel.git iwlwifi: fix max_ht_ampdu_exponent for older devices The commit below didn't update the max_ht_ampdu_exponent for the devices listed in iwl-[1-6]000.c which, in result, became 0 instead of 8K. This reduced the size of the Rx AMPDU from 64K to 8K which had an impact in the Rx throughput. One user reported that because of this, his downstream throughput droppped by a half. CC: [3.19] Fixes: c064ddf318aa ("iwlwifi: change max HT and VHT A-MPDU exponent") Reported-and-tested-by: Valentin Manea Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed