]> Git Repo - linux.git/commitdiff
iwlwifi: mvm: reduce quota threshold
authorJohannes Berg <[email protected]>
Mon, 2 Feb 2015 12:22:27 +0000 (13:22 +0100)
committerEmmanuel Grumbach <[email protected]>
Tue, 3 Feb 2015 07:01:44 +0000 (09:01 +0200)
The quota threshold should be reduced to 4 to update the
firmware more frequently.

Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Emmanuel Grumbach <[email protected]>
drivers/net/wireless/iwlwifi/mvm/constants.h

index d91c46b0f8887551ddfd812506e82a50d822652f..beba375489f1cc53b2e4a97397c4159732083536 100644 (file)
@@ -99,7 +99,7 @@
 #define IWL_MVM_BT_COEX_ANTENNA_COUPLING_THRS  30
 #define IWL_MVM_FW_MCAST_FILTER_PASS_ALL       0
 #define IWL_MVM_FW_BCAST_FILTER_PASS_ALL       0
-#define IWL_MVM_QUOTA_THRESHOLD                        8
+#define IWL_MVM_QUOTA_THRESHOLD                        4
 #define IWL_MVM_RS_RSSI_BASED_INIT_RATE         0
 #define IWL_MVM_RS_DISABLE_P2P_MIMO            0
 #define IWL_MVM_RS_NUM_TRY_BEFORE_ANT_TOGGLE    1
This page took 0.065512 seconds and 4 git commands to generate.