commit | 5b502c8671d21157850a8b8cd849b10faa3d9a42 | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Tue Dec 24 10:44:17 2013 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jan 03 15:36:57 2014 -0500 |
tree | 93255e07573e7af7ab150a50dfffb5d3ff257738 | |
parent | 4ad77ac92d533af14e6eab0d8bd020e4dd731a0f [diff] |
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 <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>