]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
iwlwifi: revert workaround to restore 1000 rx throughput
authorDon Fry <donald.h.fry@intel.com>
Fri, 23 Mar 2012 22:41:07 +0000 (15:41 -0700)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Mon, 23 Apr 2012 21:30:38 +0000 (14:30 -0700)
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>
drivers/net/wireless/iwlwifi/iwl-1000.c

index c1aa5f2ed5ee766455c74d8cb8c22fc832899181..8c7a0cd13854ee1eb3e467a611df4b5a55195248 100644 (file)
@@ -71,7 +71,6 @@ static const struct iwl_base_params iwl1000_base_params = {
 static const struct iwl_ht_params iwl1000_ht_params = {
        .ht_greenfield_support = true,
        .use_rts_for_aggregation = true, /* use rts/cts protection */
-       .smps_mode = IEEE80211_SMPS_DYNAMIC,
 };
 
 #define IWL_DEVICE_1000                                                \