]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
iwlwifi: mvm: update values for Smart Fifo
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 1 Dec 2014 14:44:09 +0000 (16:44 +0200)
committerLuis Henriques <luis.henriques@canonical.com>
Mon, 12 Jan 2015 15:44:11 +0000 (15:44 +0000)
commit b4c82adcba8cb4b23068a6b800ca98da3bee6888 upstream.

Interoperability issues were identified and root caused to
the Smart Fifo watermarks. These issues arose with
NetGear R7000. Fix this.

Fixes: 1f3b0ff8ecce ("iwlwifi: mvm: Add Smart FIFO support")
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
drivers/net/wireless/iwlwifi/mvm/fw-api.h

index 41a181683a0009cf29eae3f6bd50acbdd1e01db7..bafdf24dacaac1e9414dedc8f0c47fbae32dab28 100644 (file)
@@ -1466,7 +1466,7 @@ enum iwl_sf_scenario {
 #define SF_NUM_TIMEOUT_TYPES 2         /* Aging timer and Idle timer */
 
 /* smart FIFO default values */
-#define SF_W_MARK_SISO 4096
+#define SF_W_MARK_SISO 6144
 #define SF_W_MARK_MIMO2 8192
 #define SF_W_MARK_MIMO3 6144
 #define SF_W_MARK_LEGACY 4096