linux/drivers/net/wireless/iwlwifi
Wey-Yi Guy 062bee448b iwlwifi: set TX_CMD_FLAG_PROT_REQUIRE_MSK in tx_flag
When building tx command, always set TX_CMD_FLAG_PROT_REQUIRE_MSK
for 5000 series and up.

Without setting this bit the firmware will not examine the RTS/CTS setting
and thus not send traffic with the appropriate protection. RTS/CTS is is
required for HT traffic in a noisy environment where, without this setting,
connections will stall on some hardware as documented in the patch that
initially attempted to address this:

    commit 1152dcc28c
    Author: Wey-Yi Guy <wey-yi.w.guy@intel.com>
    Date:   Fri Jan 15 13:42:58 2010 -0800

    iwlwifi: Fix throughput stall issue in HT mode for 5000

    Similar to 6000 and 1000 series, RTS/CTS is the recommended
    protection mechanism for 5000 series in HT mode based on the HW design.
    Using RTS/CTS will better protect the inner exchange from interference,
    especially in highly-congested environment, it also prevent uCode encounter
    TX FIFO underrun and other HT mode related performance issues.

For 3945 and 4965, different flags are used for RTS/CTS or CTS-to-Self
protection.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
2010-06-25 14:34:45 -07:00
..
iwl3945-base.c iwlwifi: serialize station management actions 2010-06-14 10:51:16 -07:00
iwl-1000.c iwlwifi: rework broadcast station management 2010-05-10 15:09:02 -07:00
iwl-3945-debugfs.c
iwl-3945-debugfs.h
iwl-3945-fh.h
iwl-3945-hw.h
iwl-3945-led.c
iwl-3945-led.h
iwl-3945-rs.c drivers/net: Remove unnecessary returns from void function()s 2010-05-14 00:19:28 -07:00
iwl-3945.c iwl3945: enable stuck queue detection on 3945 2010-06-05 22:59:22 -07:00
iwl-3945.h iwlwifi: track station IDs 2010-05-10 15:09:04 -07:00
iwl-4965-hw.h
iwl-4965.c iwlwifi: move iwl_find_station() to 4965 2010-05-10 15:09:06 -07:00
iwl-5000-hw.h
iwl-5000.c iwlwifi: rework broadcast station management 2010-05-10 15:09:02 -07:00
iwl-6000-hw.h
iwl-6000.c iwlwifi: rework broadcast station management 2010-05-10 15:09:02 -07:00
iwl-agn-debugfs.c iwlwifi: "tx power per chain" are part of ucode_tx_stats 2010-05-10 15:09:03 -07:00
iwl-agn-debugfs.h
iwl-agn-hcmd.c iwlwifi: set TX_CMD_FLAG_PROT_REQUIRE_MSK in tx_flag 2010-06-25 14:34:45 -07:00
iwl-agn-hw.h
iwl-agn-ict.c wireless: update gfp/slab.h includes 2010-05-24 14:59:26 -04:00
iwl-agn-led.c
iwl-agn-led.h
iwl-agn-lib.c iwl3945: fix internal scan 2010-06-05 23:01:55 -07:00
iwl-agn-rs.c drivers/net: Remove unnecessary returns from void function()s 2010-05-14 00:19:28 -07:00
iwl-agn-rs.h
iwl-agn-tx.c iwlagn: verify flow id in compressed BA packet 2010-06-14 10:51:37 -07:00
iwl-agn-ucode.c iwlwifi: remove ucode virtual functions 2010-05-10 15:08:54 -07:00
iwl-agn.c iwlwifi: serialize station management actions 2010-06-14 10:51:16 -07:00
iwl-agn.h iwlagn: use iwl_sta_id() for aggregation 2010-05-10 15:09:06 -07:00
iwl-calib.c drivers/net: Remove unnecessary returns from void function()s 2010-05-14 00:19:28 -07:00
iwl-calib.h
iwl-commands.h iwlwifi: "tx power per chain" are part of ucode_tx_stats 2010-05-10 15:09:03 -07:00
iwl-core.c iwlwifi: fix multicast 2010-06-25 14:32:06 -07:00
iwl-core.h iwl3945: fix internal scan 2010-06-05 23:01:55 -07:00
iwl-csr.h
iwl-debug.h
iwl-debugfs.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2010-05-17 13:57:43 -04:00
iwl-dev.h iwlwifi: track station IDs 2010-05-10 15:09:04 -07:00
iwl-devtrace.c
iwl-devtrace.h
iwl-eeprom.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2010-05-17 13:57:43 -04:00
iwl-eeprom.h
iwl-fh.h
iwl-hcmd.c
iwl-helpers.h
iwl-io.h
iwl-led.c
iwl-led.h
iwl-power.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2010-05-17 13:57:43 -04:00
iwl-power.h
iwl-prph.h
iwl-rx.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2010-05-17 13:57:43 -04:00
iwl-scan.c iwlwifi: cancel scan watchdog in iwl_bg_abort_scan 2010-06-15 13:35:30 -04:00
iwl-spectrum.h
iwl-sta.c iwlwifi: serialize station management actions 2010-06-14 10:51:16 -07:00
iwl-sta.h iwlwifi: clear driver stations when going down 2010-05-10 15:09:08 -07:00
iwl-tx.c
Kconfig
Makefile