From: Eyal Shapira Date: Mon, 16 Dec 2013 23:08:50 +0000 (+0200) Subject: iwlwifi: mvm: rs: fix RTS protection being set indefinitely X-Git-Tag: v3.14-rc1~94^2~334^2^2~54^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=124adcabc6133c9c7c4e4659891c7c69e57223c6;p=pandora-kernel.git iwlwifi: mvm: rs: fix RTS protection being set indefinitely RTS protection was turned on once aggregation was enabled but it was never turned off. Remove turning on RTS protection in the LQ command completely as TX_CMD_FLG_PROT_REQUIRE gets set in iwl_mvm_set_tx_cmd for every Tx which is part of an aggregation. This would already cause RTS protection to be used during aggregations. Signed-off-by: Eyal Shapira Reviewed-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed