aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Fry <donald.h.fry@intel.com>2012-03-23 18:41:07 -0400
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2012-04-23 17:30:38 -0400
commiteb4887b6c6ddfe401b2668da9c1bf5f154522ace (patch)
tree6c145e73fe5c09d94385152ce9f4e98258176ebe
parentd1ff52536a0d1bd516a628ef43dfaf6fe9c90fe2 (diff)
iwlwifi: revert workaround to restore 1000 rx throughput
A workaround in commit c0486b7ccc5 resulted in a 40% drop in receive throughput in order to fix a transmit problem. The transmit problem no longer occurs, so restore the receive throughput. Signed-off-by: Don Fry <donald.h.fry@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-1000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-1000.c b/drivers/net/wireless/iwlwifi/iwl-1000.c
index c1aa5f2ed5ee..8c7a0cd13854 100644
--- a/drivers/net/wireless/iwlwifi/iwl-1000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-1000.c
@@ -71,7 +71,6 @@ static const struct iwl_base_params iwl1000_base_params = {
71static const struct iwl_ht_params iwl1000_ht_params = { 71static const struct iwl_ht_params iwl1000_ht_params = {
72 .ht_greenfield_support = true, 72 .ht_greenfield_support = true,
73 .use_rts_for_aggregation = true, /* use rts/cts protection */ 73 .use_rts_for_aggregation = true, /* use rts/cts protection */
74 .smps_mode = IEEE80211_SMPS_DYNAMIC,
75}; 74};
76 75
77#define IWL_DEVICE_1000 \ 76#define IWL_DEVICE_1000 \