1
0
Fork 0
alistair23-linux/drivers/net/wireless/iwlegacy
Stanislaw Gruszka 997bc71a36 iwl4965: disable 8K A-MSDU by default
iwlegacy version of this iwlwifi patch:

commit aed7d9ac18
Author: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Date:   Wed Feb 20 11:33:00 2013 +0200

    iwlwifi: disable 8K A-MSDU by default

    Supporting 8K A-MSDU means that we need to allocate order 1
    pages for every Rx packet. Even when there is no traffic.
    This adds stress on the memory manager. The handling of
    compound pages is also less trivial for the memory manager
    and not using them will make the allocation code run faster
    although I didn't really measure.
    Eric also pointed out that having huge buffers with little
    data in them is not very nice towards the TCP stack since
    the truesize of the skb is huge. This doesn't allow TCP
    to have a big Rx window.
    See https://patchwork.kernel.org/patch/2167711/ for details.

    Note that very few vendors will actually send A-MSDU.
    Disable this feature by default.

    Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-03-04 13:28:36 -05:00
..
3945-debug.c drivers: net: Mark functions as static in 3945-debug.c 2013-12-18 15:23:12 -05:00
3945-mac.c iwlegacy: merge reclaim check 2014-02-24 15:21:55 -05:00
3945-rs.c mac80211: remove module handling from rate control ops 2014-02-04 21:48:26 +01:00
3945.c wireless: delete non-required instances of include <linux/init.h> 2014-01-03 15:37:01 -05:00
3945.h iwlegacy: Remove extern from function prototypes 2013-09-24 18:05:24 -07:00
4965-calib.c iwlegacy: remove enum iw_calib and related code 2012-02-29 14:14:55 -05:00
4965-debug.c drivers: net: Mark functions as static in 4965-debug.c 2013-12-18 15:23:14 -05:00
4965-mac.c iwl4965: disable 8K A-MSDU by default 2014-03-04 13:28:36 -05:00
4965-rs.c mac80211: remove module handling from rate control ops 2014-02-04 21:48:26 +01:00
4965.c wireless: delete non-required instances of include <linux/init.h> 2014-01-03 15:37:01 -05:00
4965.h iwlegacy: Remove extern from function prototypes 2013-09-24 18:05:24 -07:00
Kconfig iwlegacy: Kconfig: Change Debug Option to be more clear 2012-02-29 14:14:55 -05:00
Makefile iwlegacy: rename iwl-debug.c to debug.c 2011-11-15 14:24:36 +01:00
commands.h iwlegacy: properly enable power saving 2014-02-24 15:21:55 -05:00
common.c iwlegacy: properly enable power saving 2014-02-24 15:21:55 -05:00
common.h iwl4965: disable 8K A-MSDU by default 2014-03-04 13:28:36 -05:00
csr.h iwlegacy: indentions and whitespaces 2011-11-15 14:45:59 +01:00
debug.c drivers: net: Mark functions as static in debug.c 2013-12-18 15:23:16 -05:00
iwl-spectrum.h iwlegacy: rename iwl to il 2011-11-15 11:16:58 +01:00
prph.h iwlegacy: indentions and whitespaces 2011-11-15 14:45:59 +01:00