]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
Revert "CHROMIUMOS: mwifiex: Disable transmit aggregation"
authorPaul Stewart <pstew@chromium.org>
Wed, 16 Jan 2013 23:00:17 +0000 (15:00 -0800)
committerPaul Stewart <pstew@chromium.org>
Thu, 17 Jan 2013 00:35:36 +0000 (16:35 -0800)
New firmware fixes this issue, so this change is no longer necessary.

This reverts commit 6fcfecca9575848120e8c9e35b3ad848b1e85f29

Signed-off-by: Paul Stewart <pstew@chromium.org>
BUG=chrome-os-partner:16279
TEST=Associate with Android AP

Change-Id: Id20b77139ae2b07139ea1fde01446810d404f0d1
Reviewed-on: https://gerrit.chromium.org/gerrit/41469
Commit-Queue: Paul Stewart <pstew@chromium.org>
Reviewed-by: Paul Stewart <pstew@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
drivers/net/wireless/mwifiex/wmm.c

index c8d4fdad2d585c04d51bcf18f330e80e76e69967..2d26babed8f5cdc6389656e2f743309353b5a5dc 100644 (file)
@@ -78,9 +78,6 @@ static u8 tos_to_tid_inv[] = {
 
 static u8 ac_to_tid[4][2] = { {1, 2}, {0, 3}, {4, 5}, {6, 7} };
 
-static int disable_tx_aggregation = 1;
-module_param(disable_tx_aggregation, int, 0644);
-
 /*
  * This function debug prints the priority parameters for a WMM AC.
  */
@@ -1214,7 +1211,6 @@ mwifiex_dequeue_tx_packet(struct mwifiex_adapter *adapter)
        }
 
        if (!ptr->is_11n_enabled ||
-           disable_tx_aggregation ||
            mwifiex_is_ba_stream_setup(priv, ptr, tid) ||
            priv->wps.session_enable ||
            ((priv->sec_info.wpa_enabled ||