iwlwifi: mvm: rs: fix RTS protection being set indefinitely
authorEyal Shapira <eyal@wizery.com>
Mon, 16 Dec 2013 23:08:50 +0000 (01:08 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 17 Dec 2013 20:32:56 +0000 (22:32 +0200)
commit124adcabc6133c9c7c4e4659891c7c69e57223c6
treec067e798ad272aa357cabfa48a9ab73417261501
parent657322084df0fd0e331a55b917b93649e669b9e4
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 <eyal@wizery.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-7000.c
drivers/net/wireless/iwlwifi/mvm/sta.c