]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: don't reset TXQ write pointer
authorSara Sharon <sara.sharon@intel.com>
Thu, 19 Jul 2018 06:15:11 +0000 (09:15 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Sun, 11 Nov 2018 09:06:18 +0000 (11:06 +0200)
commitf09450e32adeb4f1a878b23275571a532ab9d99e
treee74a3eaba12e40032dd6b56a3b169fc6c588ddb9
parent0dde2440a77fe48495c8e99108003291db81e1a5
iwlwifi: pcie: don't reset TXQ write pointer

Currently code sets the write pointer when getting the TX queue
allocate response. This causes a redundant interrupt with any actual
change in the pointer. Remove this write altogether.

Fixes: 310181ec34e2 ("iwlwifi: move to TVQM mode")
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c