From: Sujith Manoharan Date: Tue, 24 Dec 2013 05:14:17 +0000 (+0530) Subject: ath9k: Fix max AMPDU size calculation X-Git-Tag: v3.14-rc1~94^2~238^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b502c8671d21157850a8b8cd849b10faa3d9a42;p=pandora-kernel.git ath9k: Fix max AMPDU size calculation The maximum A-MPDU size is calculated in ath_tx_aggr_start(), so there is no need to do it in node_attach() too. Also, make sure that the correct size is calculated as described in 8.4.2.58.3. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed