iwlagn: set dynamic aggregation threshold for BT
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Mon, 8 Nov 2010 22:55:43 +0000 (14:55 -0800)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Tue, 16 Nov 2010 15:43:52 +0000 (07:43 -0800)
Setting the max/min/def value for BT dynamic aggregation threshold.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-commands.h

index 31c29a5..a3cd811 100644 (file)
@@ -2410,9 +2410,9 @@ struct iwl_link_quality_cmd {
 #define BT_FRAG_THRESHOLD_MAX  0
 #define BT_FRAG_THRESHOLD_MIN  0
 
-#define BT_AGG_THRESHOLD_DEF   0
-#define BT_AGG_THRESHOLD_MAX   0
-#define BT_AGG_THRESHOLD_MIN   0
+#define BT_AGG_THRESHOLD_DEF   1200
+#define BT_AGG_THRESHOLD_MAX   8000
+#define BT_AGG_THRESHOLD_MIN   400
 
 /*
  * REPLY_BT_CONFIG = 0x9b (command, has simple generic response)